Skip to content

Commit 2fa4474

Browse files
yoshito-umaokayumaoka
authored andcommitted
Update jackson version to 2.9.8
1 parent d48150e commit 2fa4474

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gp-res-filter/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,17 +83,17 @@
8383
<dependency>
8484
<groupId>com.fasterxml.jackson.dataformat</groupId>
8585
<artifactId>jackson-dataformat-yaml</artifactId>
86-
<version>2.9.4</version>
86+
<version>2.9.8</version>
8787
</dependency>
8888
<dependency>
8989
<groupId>com.fasterxml.jackson.core</groupId>
9090
<artifactId>jackson-core</artifactId>
91-
<version>2.9.4</version>
91+
<version>2.9.8</version>
9292
</dependency>
9393
<dependency>
9494
<groupId>com.fasterxml.jackson.core</groupId>
9595
<artifactId>jackson-databind</artifactId>
96-
<version>2.9.4</version>
96+
<version>2.9.8</version>
9797
</dependency>
9898
<dependency>
9999
<groupId>com.ibm.icu</groupId>

0 commit comments

Comments
 (0)