Skip to content

Commit

Permalink
Use version 2.16.0 of jackson-core.
Browse files Browse the repository at this point in the history
Using a version of jackson-core that does not match jackson-databind
causes problems (see #127 for details).
  • Loading branch information
smarsching committed Mar 28, 2024
1 parent b10db0c commit 19236ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.14.2</version>
<version>2.16.0</version>
</dependency>
<dependency>
<groupId>jakarta.json</groupId>
Expand Down

0 comments on commit 19236ff

Please sign in to comment.