Skip to content

Commit

Permalink
bump jackson
Browse files Browse the repository at this point in the history
  • Loading branch information
plutext committed Nov 29, 2024
1 parent e13cc2a commit c9751c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docx4j-legacy-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.9.9</version>
<version>2.18.1</version>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.10.8</version>
<version>2.18.1</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit c9751c9

Please sign in to comment.