Skip to content

Commit 8a45522

Browse files
authored
Merge pull request #405 from xdev-software/renovate/tools.jackson.core-jackson-databind-3.x
Update dependency tools.jackson.core:jackson-databind to v3.1.1
2 parents 3bd9e0b + 03772b7 commit 8a45522

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<dependency>
6666
<groupId>tools.jackson.core</groupId>
6767
<artifactId>jackson-databind</artifactId>
68-
<version>3.1.0</version>
68+
<version>3.1.1</version>
6969
</dependency>
7070

7171
<dependency>

testcontainers/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<dependency>
7979
<groupId>tools.jackson.core</groupId>
8080
<artifactId>jackson-databind</artifactId>
81-
<version>3.1.0</version>
81+
<version>3.1.1</version>
8282
<scope>test</scope>
8383
</dependency>
8484
<dependency>

0 commit comments

Comments
 (0)