Skip to content

Commit

Permalink
update jackson
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcom committed Sep 28, 2024
1 parent 917fc33 commit 4ffa955
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,13 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.5</version>
<version>2.14.3</version>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-scala_${scala.suffix}</artifactId>
<version>2.14.3</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 4ffa955

Please sign in to comment.