Skip to content

Commit

Permalink
Update some component dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshito-umaoka authored and yumaoka committed May 8, 2020
1 parent 74257b4 commit 24c1970
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gp-res-filter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,22 +86,22 @@
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
<version>2.9.9</version>
<version>2.9.10</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.9.9</version>
<version>2.9.10</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.10.3</version>
<version>2.9.10.4</version>
</dependency>
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
<version>64.2</version>
<version>67.1</version>
</dependency>

<!-- JUnit -->
Expand Down

0 comments on commit 24c1970

Please sign in to comment.