Compare commits
18 Commits
release/7.
...
release/7.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
76876d196f | ||
|
|
1bcaf8f08d | ||
|
|
0896551234 | ||
|
|
af2993df49 | ||
|
|
545c72144c | ||
|
|
35b3be2c72 | ||
|
|
5f4fd46747 | ||
|
|
4328599deb | ||
|
|
85b4b829de | ||
|
|
ec35638044 | ||
|
|
1c4c45ec93 | ||
|
|
ed1b8dacc4 | ||
|
|
0564871a8f | ||
|
|
6068bd1852 | ||
|
|
e3a9a1a383 | ||
|
|
c2820d369c | ||
|
|
5e03343be4 | ||
|
|
874449343f |
@@ -39,7 +39,7 @@
|
||||
<dependency>
|
||||
<groupId>org.ops4j.pax.url</groupId>
|
||||
<artifactId>pax-url-aether</artifactId>
|
||||
<version>2.6.1-Talend</version>
|
||||
<version>2.6.13.1-Talend</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.talend.dataquality</groupId>
|
||||
@@ -148,7 +148,7 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-text</artifactId>
|
||||
<version>1.9</version>
|
||||
<version>1.10.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
@@ -381,7 +381,7 @@
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.woodstox</groupId>
|
||||
<artifactId>woodstox-core</artifactId>
|
||||
<version>5.3.0</version>
|
||||
<version>6.4.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.bouncycastle</groupId>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<packaging>pom</packaging>
|
||||
<properties>
|
||||
<talend.nexus.host>https://artifacts-oss.talend.com</talend.nexus.host>
|
||||
<dataquality.lib.version>8.0.25</dataquality.lib.version>
|
||||
<dataquality.lib.version>8.0.26</dataquality.lib.version>
|
||||
<fasterxml.jackson.version>2.13.4</fasterxml.jackson.version>
|
||||
<fasterxml.jackson.databind.version>2.13.4.2</fasterxml.jackson.databind.version>
|
||||
<!-- jackson dataformat and jaxb should use version 2.9.10 to make studio compatible with bonita -->
|
||||
|
||||
@@ -15,4 +15,4 @@ eclipse.p2.data.area=@config.dir/../p2/
|
||||
eclipse.p2.profile=profile
|
||||
default.update.site.url=https://update.talend.com/Studio/tos/
|
||||
|
||||
component.java.coordinates = org.talend.components:couchbase:1.27.14,org.talend.components:cosmosDB:1.27.14
|
||||
component.java.coordinates = org.talend.components:couchbase:1.27.22,org.talend.components:cosmosDB:1.27.22
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<daikon.version>0.31.12</daikon.version>
|
||||
<components.version>0.36.15</components.version>
|
||||
<components.version>0.36.22</components.version>
|
||||
<daikon-ee.format.verison>3.2.0</daikon-ee.format.verison>
|
||||
<daikon.audit.version>1.16.1</daikon.audit.version>
|
||||
<org.talend.daikon.crypto-utils.version>0.31.12</org.talend.daikon.crypto-utils.version>
|
||||
|
||||
Reference in New Issue
Block a user