Skip to content

Commit

Permalink
deps: update jackson to 2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stklcode committed Mar 23, 2024
1 parent b99d309 commit 8ee9ccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>de.stklcode.pubtrans</groupId>
<artifactId>juraclient</artifactId>
<version>2.0.5</version>
<version>2.0.6</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.15.2</version>
<version>2.17.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 8ee9ccb

Please sign in to comment.