deps: update jackson-databind to 2.17.2
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
66803f5867
commit
780c3238ff
@ -1,6 +1,12 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## unreleased
|
||||||
|
|
||||||
|
### Dependencies
|
||||||
|
* Updated Jackson dependency to 2.17.2
|
||||||
|
|
||||||
|
|
||||||
## 2.0.7 - 2024-06-29
|
## 2.0.7 - 2024-06-29
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
2
pom.xml
2
pom.xml
@ -50,7 +50,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.fasterxml.jackson.core</groupId>
|
<groupId>com.fasterxml.jackson.core</groupId>
|
||||||
<artifactId>jackson-databind</artifactId>
|
<artifactId>jackson-databind</artifactId>
|
||||||
<version>2.17.1</version>
|
<version>2.17.2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user