Compare commits

...

24 Commits

Author SHA1 Message Date
pyzhou
6049837de0 fix(TDI-47662) Bump up connector 1.31.1 (#585) 2022-03-15 17:34:35 +08:00
Emmanuel GALLOIS
115c035f18 feat(TDI-47609): bump component-runtime to 1.42.0 (#577) 2022-03-10 08:44:36 +01:00
ypiel
22f981c99f chore(TDI-47610): bump connectors 1.31.0 (#582) 2022-03-08 09:28:43 +01:00
Chao MENG
c8fbdc19e8 fix(TUP-33381): Remove all the logs related to other OS (#580)
https://jira.talendforge.org/browse/TUP-33381
2022-03-07 19:06:21 +08:00
clesaec
afe006376c bump tcomp to 0.37.5 (#579) 2022-03-04 15:45:01 +01:00
build-talend-tdq
c18002c20f chore(Jenkins): Update DQ libs to 9.0.6 (#576)
Co-authored-by: jenkins-git <jenkins-git@talend.com>
2022-03-04 18:05:03 +08:00
pyzhou
56aacbd26d chore:upgrade connector to 1.30.2 (#571) 2022-02-16 17:17:24 +08:00
pyzhou
54b2c1cfa0 fix(TDI-47488): Upgrade tck to 1.30.1 (#570) 2022-02-15 16:23:50 +08:00
pyzhou
50d15ecce9 chore:update connector to 1.30.0 (#568) 2022-02-11 18:14:53 +08:00
ypiel
a3ec4b77d2 chore: bump to tcompv0 0.37.4 (#567) 2022-02-10 16:20:02 +01:00
Emmanuel GALLOIS
e6d037cb57 feat(TDI-47414): bump component-runtime to 1.41.0 (#561) 2022-01-27 09:20:27 +01:00
jiezhang-tlnd
f174e30acf fix(TUP-31581)Remove CryptoHelper from test-studio-commandline (#562)
* fix(TUP-31581)Remove CryptoHelper from test-studio-commandline

* set version to 1.0.8
2022-01-27 09:36:20 +08:00
hzhao-talendbj
25f720e67b fix(TUP-33675):Throw "Invalid key name: mdm.encryption.key" in error log (#551) 2022-01-25 14:29:01 +08:00
build-talend-tdq
b3d21bde5c chore(Jenkins): Update DQ libs to 9.0.5 (#558)
Co-authored-by: jenkins-git <jenkins-git@talend.com>
2022-01-13 13:28:49 +08:00
pyzhou
123981fb94 Chore:upgrade connector to 1.29.0 (#556) 2022-01-11 15:01:59 +08:00
wang wei
5bb46c5a84 fix(TDI-47212): CVE: jackson-mapper(core)-asl-1.9.15-TALEND (#555) 2022-01-10 15:14:38 +08:00
wang wei
cb06d0ec37 fix(TDI-46665): upgrade json-io for studio p2 part (#546) (#554) 2022-01-10 14:52:59 +08:00
ypiel
76d7abc7a7 chore: bump tcompV0 0.37.3 (#553) 2022-01-07 18:12:14 +01:00
Emmanuel GALLOIS
142a0eb357 feat(TDI-47278): bump component-runtime to 1.40.0 (#540) 2022-01-04 12:35:04 +01:00
jiezhang-tlnd
645df3a00e chore(TUP-34027)CVE jackson-mapper(core)-asl-1.9.15-TALEND (#530) 2021-12-29 16:46:56 +08:00
pyzhou
4d52ca3d76 chore: upgrade component version to 0.37.2 (#535) 2021-12-16 12:39:48 +08:00
build-talend-tdq
479518aef1 chore(Jenkins): Update DQ libs to 9.0.4 (#536)
Co-authored-by: jenkins-git <jenkins-git@talend.com>
2021-12-15 11:10:01 +08:00
bhe-talendbj
922f830b48 fix(TUP-34105): update plugin version (#533)
* fix(TUP-34105): update plugin version

* fix(TUP-34105): update jgit
2021-12-14 15:40:53 +08:00
jzhao
59ba1cce06 chore:bump up connector 1.28.1 (#532) 2021-12-13 16:30:14 +08:00
3 changed files with 16 additions and 11 deletions

View File

@@ -112,7 +112,7 @@
<dependency>
<groupId>com.cedarsoftware</groupId>
<artifactId>json-io</artifactId>
<version>4.9.9-TALEND</version>
<version>4.13.0-TALEND</version>
</dependency>
<dependency>
@@ -143,12 +143,12 @@
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-core-asl</artifactId>
<version>1.9.15-TALEND</version>
<version>1.9.16-TALEND</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
<version>1.9.15-TALEND</version>
<version>1.9.16-TALEND</version>
</dependency>
<!-- Avro with minimum depdencies -->
@@ -300,7 +300,7 @@
<artifactId>commons-codec</artifactId>
<version>1.14</version>
</dependency>
<!-- to avoid updatin the complete eclipse target platform we add these
<!-- to avoid updatin the complete eclipse target platform we add these
single dependencies -->
<dependency>
<groupId>biz.aQute.bnd</groupId>

View File

@@ -12,7 +12,7 @@
<packaging>pom</packaging>
<properties>
<talend.nexus.host>https://artifacts-oss.talend.com</talend.nexus.host>
<dataquality.lib.version>9.0.3</dataquality.lib.version>
<dataquality.lib.version>9.0.6</dataquality.lib.version>
<fasterxml.jackson.version>2.11.4</fasterxml.jackson.version>
</properties>

View File

@@ -8,17 +8,17 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<components.version>0.37.1</components.version>
<tacokit.components.version>1.28.0</tacokit.components.version>
<component-runtime.version>1.39.2</component-runtime.version>
<component-runtime.version>1.42.0</component-runtime.version>
<components.version>0.37.5</components.version>
<tacokit.components.version>1.31.1</tacokit.components.version>
<m2.fasterxml.jackson.version>2.11.4</m2.fasterxml.jackson.version>
<jackson-codehaus.version>1.9.15-TALEND</jackson-codehaus.version>
<jackson-codehaus.version>1.9.16-TALEND</jackson-codehaus.version>
<daikon.version>0.31.12</daikon.version>
<slf4j-api.version>1.7.29</slf4j-api.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>
<studio-utils.version>1.0.6</studio-utils.version>
<studio-utils.version>1.0.8</studio-utils.version>
<compcache.creator.version>1.0.0</compcache.creator.version>
<tycho.version>1.7.0</tycho.version>
<tycho-extras.version>${tycho.version}</tycho-extras.version>
@@ -467,6 +467,11 @@
<url>${fullp2_url}</url>
<layout>p2</layout>
</repository>
<repository>
<id>eclipse_repo</id>
<url>${eclipse-repo.url}</url>
<layout>p2</layout>
</repository>
</repositories>
<build>
<plugins>
@@ -505,7 +510,7 @@
</manifestEntries>
</archive>
<timestampProvider>jgit</timestampProvider>
<jgit.ignore>pom.xml</jgit.ignore>
<!--jgit.ignore>pom.xml</jgit.ignore-->
<jgit.dirtyWorkingTree>ignore</jgit.dirtyWorkingTree>
</configuration>
</plugin>