We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c9b8f7 commit 7e4fbb7Copy full SHA for 7e4fbb7
2 files changed
pom.xml
@@ -237,7 +237,7 @@
237
<dependency>
238
<groupId>com.fasterxml.jackson.core</groupId>
239
<artifactId>jackson-databind</artifactId>
240
- <version>2.21.3</version>
+ <version>2.21.4</version>
241
<optional>true</optional>
242
</dependency>
243
<!-- Testing -->
src/changes/changes.xml
@@ -27,6 +27,7 @@
27
<!-- FIX -->
28
<!-- ADD -->
29
<!-- UPDATE -->
30
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump com.fasterxml.jackson.core:jackson-databind from 2.21.3 to 2.21.4.</action>
31
</release>
32
<release version="2.15.1" date="2026-05-21" description="This is a feature and maintenance release. Java 8 or later is required.">
33
0 commit comments