We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e4536c + 4f7bc61 commit 0f7f2e9Copy full SHA for 0f7f2e9
2 files changed
core/pom.xml
@@ -54,7 +54,7 @@
54
<dependency>
55
<groupId>com.fasterxml.jackson</groupId>
56
<artifactId>jackson-bom</artifactId>
57
- <version>2.20.1</version>
+ <version>2.21.0</version>
58
<type>pom</type>
59
<scope>import</scope>
60
</dependency>
testcontainers/pom.xml
@@ -96,7 +96,7 @@
96
97
<groupId>com.fasterxml.jackson.core</groupId>
98
<artifactId>jackson-databind</artifactId>
99
100
<scope>test</scope>
101
102
</dependencies>
0 commit comments