deps: update jackson to 2.18.0 (#80)
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-10-01 20:16:43 +02:00
parent 8a4ebeaad8
commit 4588703f5c
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
## unreleased
### Dependencies
* Updated Jackson to 2.17.2
* Updated Jackson to 2.18.0
### Fix
* Remove `Automatic-Module-Name` from JAR manifest (#79)

View File

@ -49,12 +49,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.17.2</version>
<version>2.18.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
<version>2.17.2</version>
<version>2.18.0</version>
</dependency>
<dependency>