Compare commits

...

7 Commits

Author SHA1 Message Date
Emmanuel GALLOIS
3b95a3fe64 feat(TDI-50426): bump component-runtime to 1.62.1 (#887) 2023-11-09 10:20:50 +01:00
Fabien Désiles
030409d307 chore(TDI-50491): Bump Studio 8.0 with TCOMPV0 0.37.26 (#886)
https://jira.talendforge.org/browse/TDI-50491
2023-11-06 15:51:33 +01:00
Emmanuel GALLOIS
7992a807c9 feat(TDI-50426): bump component-runtime to 1.62.0 (#881) 2023-11-02 19:34:16 +02:00
Oleksandr Zhelezniak
6c2c2070bc feat(TDI-50473): bump connectors 1.51.0 (#885) 2023-11-02 19:33:31 +02:00
kjwang
8f0689cf8a Update component version for test (#857)
Feat_TUP-39096_new_TCK_JDBC_integrate 
---------

Co-authored-by: Zhiwei Xue <zwxue@talend.com>
2023-11-02 20:05:30 +08:00
jiezhang-tlnd
883e79cbef chore(TUP-39474)json-io:4.9.9 | CVE-2023-34610 (#878)
* chore(TUP-39474)json-io:4.9.9 | CVE-2023-34610

* UPDATE json-io to 4.14.0-TALEND
2023-10-27 10:33:40 +08:00
Jane Ding
85f2a69793 feat(TUP-39889):tJira and tSplunk migration to TCK (#876)
https://jira.talendforge.org/browse/TUP-39889
2023-10-16 14:25:26 +08:00
3 changed files with 6 additions and 4 deletions

View File

@@ -112,7 +112,7 @@
<dependency>
<groupId>com.cedarsoftware</groupId>
<artifactId>json-io</artifactId>
<version>4.13.1-TALEND</version>
<version>4.14.0-TALEND</version>
</dependency>
<dependency>

View File

@@ -66,6 +66,8 @@
<feature id="org.talend.studio.components.tcompv0.azurestorage.feature"/>
<feature id="org.talend.studio.components.tcompv0.snowflake.feature"/>
<feature id="org.talend.studio.components.tcompv0.salesforce.feature"/>
<feature id="org.talend.studio.components.tck.jira.feature"/>
<feature id="org.talend.studio.components.tck.splunk.feature"/>
<feature id="org.talend.gmf.feature"/>
<feature id="org.talend.platform.feature"/>
</features>

View File

@@ -8,9 +8,9 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<component-runtime.version>1.61.2</component-runtime.version>
<components.version>0.37.25</components.version>
<tacokit.components.version>1.50.0</tacokit.components.version>
<component-runtime.version>1.62.1</component-runtime.version>
<components.version>0.37.26</components.version>
<tacokit.components.version>1.51.0</tacokit.components.version>
<m2.fasterxml.jackson.version>2.14.3</m2.fasterxml.jackson.version>
<m2.fasterxml.jackson.databind.version>2.14.3</m2.fasterxml.jackson.databind.version>
<jackson-codehaus.version>1.9.16-TALEND</jackson-codehaus.version>