Skip to content

Commit

Permalink
Bump jackson-databind from 2.13.2.2 to 2.13.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
svenar-nl committed May 18, 2023
1 parent 88b8beb commit 1dfb42a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -195,17 +195,17 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.13.2</version>
<version>2.13.4</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.2.2</version>
<version>2.13.4.2</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
<version>2.13.2</version>
<version>2.13.4</version>
<type>jar</type>
</dependency>

Expand Down

0 comments on commit 1dfb42a

Please sign in to comment.