Skip to content

Commit 8c009c1

Browse files
yoshito-umaokayumaoka
authored andcommitted
Update dependent library versions
Jackson to 2.9.4 gp-java-client to 1.2.0 Icu4j to 63.1
1 parent 02049f5 commit 8c009c1

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

gp-ant-task/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>com.ibm.g11n.pipeline</groupId>
3131
<artifactId>gp-java-client</artifactId>
32-
<version>1.1.6</version>
32+
<version>1.2.0</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>com.ibm.g11n.pipeline</groupId>

gp-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
<dependency>
201201
<groupId>com.ibm.g11n.pipeline</groupId>
202202
<artifactId>gp-java-client</artifactId>
203-
<version>1.1.6</version>
203+
<version>1.2.0</version>
204204
</dependency>
205205
<dependency>
206206
<groupId>com.ibm.g11n.pipeline</groupId>

gp-res-filter/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,22 +83,22 @@
8383
<dependency>
8484
<groupId>com.fasterxml.jackson.dataformat</groupId>
8585
<artifactId>jackson-dataformat-yaml</artifactId>
86-
<version>2.6.3</version>
86+
<version>2.9.4</version>
8787
</dependency>
8888
<dependency>
8989
<groupId>com.fasterxml.jackson.core</groupId>
9090
<artifactId>jackson-core</artifactId>
91-
<version>2.6.3</version>
91+
<version>2.9.4</version>
9292
</dependency>
9393
<dependency>
9494
<groupId>com.fasterxml.jackson.core</groupId>
9595
<artifactId>jackson-databind</artifactId>
96-
<version>2.6.3</version>
96+
<version>2.9.4</version>
9797
</dependency>
9898
<dependency>
9999
<groupId>com.ibm.icu</groupId>
100100
<artifactId>icu4j</artifactId>
101-
<version>59.1</version>
101+
<version>63.1</version>
102102
</dependency>
103103

104104
<!-- JUnit -->

0 commit comments

Comments
 (0)