Skip to content

Commit b9c32ee

Browse files
committed
2 parents b212190 + e53b81e commit b9c32ee

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,13 +232,13 @@
232232
<dependency>
233233
<groupId>org.yaml</groupId>
234234
<artifactId>snakeyaml</artifactId>
235-
<version>2.5</version>
235+
<version>2.6</version>
236236
<optional>true</optional>
237237
</dependency>
238238
<dependency>
239239
<groupId>com.fasterxml.jackson.core</groupId>
240240
<artifactId>jackson-databind</artifactId>
241-
<version>2.21.1</version>
241+
<version>2.21.2</version>
242242
<optional>true</optional>
243243
</dependency>
244244
<!-- Testing -->

src/changes/changes.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@
3737
<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>
3838
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.logging.log4j:log4j-core from 2.25.2 to 2.25.4 #626.</action>
3939
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-codec:commons-codec from 1.20.0 to 1.21.0.</action>
40-
<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>
41-
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump commons-logging:commons-logging from 1.3.5 to 1.3.6.</action>
40+
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump com.fasterxml.jackson.core:jackson-databind from 2.20.1 to 2.21.2 #632.</action>
41+
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-logging:commons-logging from 1.3.5 to 1.3.6.</action>
42+
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.yaml:snakeyaml from 2.5 to 2.6 #631.</action>
4243
</release>
4344
<release version="2.13.0" date="2025-11-21" description="Minor release with new features and updated dependencies; requires Java 8 or above.">
4445
<!-- FIX -->

0 commit comments

Comments
 (0)