Skip to content

Commit 4f7bc61

Browse files
committed
Update com.fasterxml.jackson to v2.21.0
1 parent c6930ef commit 4f7bc61

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
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>com.fasterxml.jackson</groupId>
5656
<artifactId>jackson-bom</artifactId>
57-
<version>2.20.1</version>
57+
<version>2.21.0</version>
5858
<type>pom</type>
5959
<scope>import</scope>
6060
</dependency>

testcontainers/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<dependency>
9797
<groupId>com.fasterxml.jackson.core</groupId>
9898
<artifactId>jackson-databind</artifactId>
99-
<version>2.20.1</version>
99+
<version>2.21.0</version>
100100
<scope>test</scope>
101101
</dependency>
102102
</dependencies>

0 commit comments

Comments
 (0)