deps: update jackson to 2.18.3 (#90)
All checks were successful
CI / build-with-it (11, 1.2.0) (push) Successful in 55s
CI / build-with-it (11, 1.18.2) (push) Successful in 1m0s
CI / build-with-it (17, 1.2.0) (push) Successful in 54s
CI / build-with-it (17, 1.18.2) (push) Successful in 1m0s
CI / build-with-it (21, 1.2.0) (push) Successful in 42s
CI / build-with-it (true, 21, 1.18.2) (push) Successful in 49s

This commit is contained in:
Stefan Kalscheuer 2025-03-02 18:40:01 +01:00
parent 835372eb3b
commit c8a6015f3f
Signed by: stefan
GPG Key ID: 3887EC2A53B55430
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
## unreleased
### Dependencies
* Updated Jackson to 2.18.3 (#90)
## 1.4.0 (2024-12-07)
### Removal

View File

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