Compare commits

...

10 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
Jane Ding
3f02b323be feat(TUP-39889):tJira and tSplunk migration to TCK (#874)
* feat(TUP-39889):tJira and tSplunk migration to TCK
https://jira.talendforge.org/browse/TUP-39889

* feat(TUP-39889):tJira and tSplunk migration to TCK
https://jira.talendforge.org/browse/TUP-39889
2023-10-12 16:50:06 +08:00
ypiel
8a19e2e06a chore: bump to tcompV0:0.37.25 (#873) 2023-10-06 15:17:21 +02:00
Oleksandr Zhelezniak
bf6e7f0c7f chore(TDI-50056): bump connectors 1.50.0 (#872) 2023-10-06 11:49:58 +03:00
3 changed files with 6 additions and 18 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>
@@ -224,18 +224,6 @@
<version>${components.version}</version>
<classifier>bundle</classifier>
</dependency>
<dependency>
<groupId>org.talend.components</groupId>
<artifactId>components-splunk</artifactId>
<version>${components.version}</version>
<classifier>bundle</classifier>
</dependency>
<dependency>
<groupId>org.talend.components</groupId>
<artifactId>components-jira</artifactId>
<version>${components.version}</version>
<classifier>bundle</classifier>
</dependency>
<dependency>
<groupId>org.talend.components</groupId>
<artifactId>components-couchbase</artifactId>

View File

@@ -65,9 +65,9 @@
<feature id="org.talend.studio.components.tcompv0.marketo.feature"/>
<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.jira.feature"/>
<feature id="org.talend.studio.components.tcompv0.splunk.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-SNAPSHOT</components.version>
<tacokit.components.version>1.50.0-SNAPSHOT</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>