chore(TDI-46067): Bump commons-lang3 (#6226)

* chore(TDI-46067): Bump commons-lang3

* bump commons-lang3 to 3.10 in studio-se libs to align between all
  components

* chore(TDI-46067): Bump commons-lang3

* bump commons-lang3, talend-mscrm lib versions

* chore(TDI-46067): Bump commons-lang3

* updated talend-mscrm lib version after rebase
This commit is contained in:
Olha V
2021-06-24 10:43:13 +03:00
committed by GitHub
parent 4beba96724
commit f808577d6f
4 changed files with 8 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.azure</groupId>
<artifactId>adal4j</artifactId>
<version>1.6.4-20200824</version>
<version>1.6.4-20210513</version>
<packaging>jar</packaging>
<name>adal4j</name>
<description>
@@ -114,7 +114,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.9</version>
<version>3.10</version>
</dependency>
<!-- test dependencies -->

View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.talend.components</groupId>
<artifactId>talend-mscrm</artifactId>
<version>3.6-20210618</version>
<version>3.7-20210621</version>
<packaging>jar</packaging>
<name>talend-mscrm</name>
@@ -18,7 +18,7 @@
<httpclient.version>4.5.13</httpclient.version>
<httpcore.version>4.4.13</httpcore.version>
<junit.version>4.13.2</junit.version>
<adal4j.version>1.6.4-20200824</adal4j.version>
<adal4j.version>1.6.4-20210513</adal4j.version>
<jackson.version>2.11.4</jackson.version>
<!-- plugin's versions -->

View File

@@ -6,7 +6,7 @@
<groupId>org.talend.components.lib</groupId>
<artifactId>talend-proxy</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<build>
<plugins>
<plugin>
@@ -43,7 +43,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.9</version>
<version>3.10</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>

View File

@@ -4,7 +4,7 @@
<groupId>org.talend.components</groupId>
<artifactId>talendExcel</artifactId>
<version>1.10-20210113</version>
<version>1.11-20210513</version>
<packaging>jar</packaging>
<name>talendExcel</name>
@@ -71,7 +71,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.8.1</version>
<version>3.10</version>
</dependency>
</dependencies>
<build>