Skip to content

Commit 0f745be

Browse files
committed
Bump com.fasterxml.jackson.core:jackson-databind from 2.20.1 to 2.21.1.
1 parent 193014f commit 0f745be

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238
<dependency>
239239
<groupId>com.fasterxml.jackson.core</groupId>
240240
<artifactId>jackson-databind</artifactId>
241-
<version>2.20.1</version>
241+
<version>2.21.1</version>
242242
<optional>true</optional>
243243
</dependency>
244244
<!-- Testing -->

src/changes/changes.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<author email="dev@commons.apache.org">Apache Commons Community</author>
2424
</properties>
2525
<body>
26-
<release version="2.13.1" date="2025-11-21" description="Minor release with new features and updated dependencies; requires Java 8 or above.">
26+
<release version="2.13.1" date="YYYY-MM-DD" description="Minor release with new features and updated dependencies; requires Java 8 or above.">
2727
<!-- FIX -->
2828
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix Apache RAT plugin console warnings.</action>
2929
<!-- ADD -->
@@ -34,6 +34,7 @@
3434
<action type="update" dev="ggregory" due-to="Gary Gregory">[test] Bump org.apache.commons:commons-dbcp2 from 2.13.0 to 2.14.0.</action>
3535
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.logging.log4j:log4j-core from 2.25.2 to 2.25.3 #626.</action>
3636
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-codec:commons-codec from 1.20.0 to 1.21.0.</action>
37+
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump com.fasterxml.jackson.core:jackson-databind from 2.20.1 to 2.21.1.</action>
3738
</release>
3839
<release version="2.13.0" date="2025-11-21" description="Minor release with new features and updated dependencies; requires Java 8 or above.">
3940
<!-- FIX -->

0 commit comments

Comments
 (0)