deps: update jackson to 2.19.1 (#101)
All checks were successful
CI / build-with-it (21, 1.2.0) (push) Successful in 1m1s
CI / build-with-it (true, 21, 1.19.5) (push) Successful in 1m9s
CI / build-with-it (11, 1.2.0) (push) Successful in 1m1s
CI / build-with-it (11, 1.19.5) (push) Successful in 1m7s
CI / build-with-it (17, 1.2.0) (push) Successful in 1m3s
CI / build-with-it (17, 1.19.5) (push) Successful in 1m11s

This commit is contained in:
2025-06-20 20:28:52 +02:00
parent 46fffcc711
commit d28c189ec2
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
## unreleased
### Dependencies
* Updated Jackson to 2.19.1 (#101)
## 1.5.1 (2025-06-02) ## 1.5.1 (2025-06-02)
### Improvements ### Improvements

View File

@ -50,12 +50,12 @@
<dependency> <dependency>
<groupId>com.fasterxml.jackson.core</groupId> <groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId> <artifactId>jackson-databind</artifactId>
<version>2.19.0</version> <version>2.19.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.fasterxml.jackson.datatype</groupId> <groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId> <artifactId>jackson-datatype-jsr310</artifactId>
<version>2.19.0</version> <version>2.19.1</version>
</dependency> </dependency>
<dependency> <dependency>