Compare commits

..

11 Commits

Author SHA1 Message Date
Emmanuel GALLOIS
a0d47da3d8 feat(TDI-49562): bump component-runtime to 1.55 (#787) 2023-04-13 12:00:09 +02:00
bhe-talendbj
380dc6f59f fix(TUP-38561): [performance] Studio crash when continuously run more than 2hours from automation test (#793)
* fix(TUP-38561): upgrade pax-url-aether

* fix(TUP-38561): upgrade pax-url

* fix(TUP-38561): upgrade pax
2023-04-13 15:54:43 +08:00
pyzhou
2d597c5f81 fix(TDI-49648) Upgrade tck in studio 8.0 (#794) 2023-04-07 11:02:14 +08:00
Dmytro Sylaiev
3dd603f95b chore(TDI-49651): Bump tcompv0 release (#797) 2023-04-06 17:43:38 +03:00
Zhiwei Xue
1b5af3052b fix(TUP-37899):Upgrade org.ops4j.pax.url:pax-url-aether:2.6.(2,11) (#770) 2023-03-30 23:53:06 +08:00
jiezhang-tlnd
c0452a17ac chore(TUP-37462)CVE-2022-1471,org.yaml:snakeyaml:1.31,1.32,1.33,1.4-1.33 (#785) 2023-03-20 10:41:50 +08:00
Fabien Désiles
7f1acb3cfd chore(TDI-49479): Release TCOMP_V0 0.37.19
https://jira.talendforge.org/browse/TDI-49479

Bump on TCOMP_V0 to 0.37.19
2023-03-03 11:16:11 +01:00
Oleksandr Zhelezniak
f85fcf8c21 chore(TDI-49472): bump connectors 1.43.0 (#784) 2023-03-03 10:22:40 +02:00
Emmanuel GALLOIS
cf9b9a27f3 feat(TDI-49432): bump component-runtime to 1.54 (#774) 2023-03-01 16:49:11 +01:00
ypiel
840e80b712 Revert "chore(TDI-49432): bump component-runtime:1.54.0 (#776)" (#778)
This reverts commit 46b21809cc.
2023-02-22 14:20:20 +01:00
ypiel
46b21809cc chore(TDI-49432): bump component-runtime:1.54.0 (#776) 2023-02-22 14:04:48 +01:00
2 changed files with 5 additions and 5 deletions

View File

@@ -43,7 +43,7 @@
<dependency>
<groupId>org.ops4j.pax.url</groupId>
<artifactId>pax-url-aether</artifactId>
<version>2.6.3-Talend</version>
<version>2.6.13.1-Talend</version>
</dependency>
<dependency>
<groupId>org.talend.dataquality</groupId>
@@ -335,7 +335,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.26</version>
<version>1.33</version>
</dependency>
<dependency>
<groupId>org.codehaus.woodstox</groupId>

View File

@@ -8,9 +8,9 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<component-runtime.version>1.53.0</component-runtime.version>
<components.version>0.37.18</components.version>
<tacokit.components.version>1.42.0</tacokit.components.version>
<component-runtime.version>1.55.2</component-runtime.version>
<components.version>0.37.20</components.version>
<tacokit.components.version>1.44.0</tacokit.components.version>
<m2.fasterxml.jackson.version>2.13.4</m2.fasterxml.jackson.version>
<m2.fasterxml.jackson.databind.version>2.13.4.2</m2.fasterxml.jackson.databind.version>
<jackson-codehaus.version>1.9.16-TALEND</jackson-codehaus.version>