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

This commit is contained in:
Stefan Kalscheuer 2024-05-07 18:48:13 +02:00
parent c2af3a911d
commit 47f9ad86db
Signed by: stefan
GPG Key ID: 3887EC2A53B55430
2 changed files with 9 additions and 4 deletions

View File

@ -1,7 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.
## 2.0.5 - 2024-03-23
## unreleased
### Dependencies
* Updated Jackson dependency to 2.17.1
## 2.0.6 - 2024-03-23
### Dependencies
* Updated Jackson dependency to 2.17.0

View File

@ -6,7 +6,7 @@
<groupId>de.stklcode.pubtrans</groupId>
<artifactId>juraclient</artifactId>
<version>2.0.6</version>
<version>2.0.7-SNAPSHOT</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@ -50,7 +50,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.17.0</version>
<version>2.17.1</version>
</dependency>
<dependency>
@ -68,7 +68,7 @@
<dependency>
<groupId>org.wiremock</groupId>
<artifactId>wiremock</artifactId>
<version>3.4.2</version>
<version>3.5.4</version>
<scope>test</scope>
</dependency>
</dependencies>