deps: update jackson to 2.19.2 (#105)
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
## unreleased
|
||||
|
||||
### Dependencies
|
||||
* Updated Jackson to 2.19.2 (#105)
|
||||
|
||||
|
||||
## 1.5.2 (2025-07-16)
|
||||
|
||||
### Dependencies
|
||||
|
4
pom.xml
4
pom.xml
@@ -49,12 +49,12 @@
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.core</groupId>
|
||||
<artifactId>jackson-databind</artifactId>
|
||||
<version>2.19.1</version>
|
||||
<version>2.19.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.datatype</groupId>
|
||||
<artifactId>jackson-datatype-jsr310</artifactId>
|
||||
<version>2.19.1</version>
|
||||
<version>2.19.2</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
Reference in New Issue
Block a user