Skip to content

Commit 01a516d

Browse files
authored
Merge pull request #290 from xdev-software/renovate/com.fasterxml.jackson
Update com.fasterxml.jackson to v2.20.0
2 parents aac8227 + 8003bb6 commit 01a516d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.19.2</version>
57+
<version>2.20.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.19.2</version>
99+
<version>2.20.0</version>
100100
<scope>test</scope>
101101
</dependency>
102102
</dependencies>

0 commit comments

Comments
 (0)