Skip to content

Commit d810a58

Browse files
committed
Upgrade to Jackson 2.13.5.
See #1921
1 parent 448a796 commit d810a58

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

parent/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
32

43
<!--
54
@@ -104,7 +103,7 @@
104103
<eclipse-collections>11.0.0</eclipse-collections>
105104
<guava>19.0</guava>
106105
<hamcrest>1.3</hamcrest>
107-
<jackson>2.13.4.20221013</jackson>
106+
<jackson>2.13.5</jackson>
108107
<jacoco>0.8.8</jacoco>
109108
<jodatime>2.10.14</jodatime>
110109
<jmolecules>1.4.0</jmolecules>
@@ -1353,4 +1352,4 @@
13531352
</pluginRepository>
13541353
</pluginRepositories>
13551354

1356-
</project>
1355+
</project>

0 commit comments

Comments
 (0)