deps: update jackson-databind to 2.17.2
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Stefan Kalscheuer 2024-09-16 18:35:27 +02:00
parent 66803f5867
commit 780c3238ff
Signed by: stefan
GPG Key ID: 3887EC2A53B55430
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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>