Skip to content

Commit ed77f3e

Browse files
committed
Upgrade to Jackson 3.0 GA.
Closes #2669
1 parent 59328f2 commit ed77f3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

parent/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@
109109
<errorprone>2.36.0</errorprone>
110110
<guava>31.1-jre</guava>
111111
<hamcrest>1.3</hamcrest>
112-
<jackson>2.20.0-rc1</jackson>
113-
<jackson3>3.0.0-rc9</jackson3>
112+
<jackson>2.20.0</jackson>
113+
<jackson3>3.0.0</jackson3>
114114
<jakarta-annotation-api>2.0.0</jakarta-annotation-api>
115115
<jaxb>3.0.1</jaxb>
116116
<jacoco>0.8.13</jacoco>
@@ -992,7 +992,7 @@
992992
<profile>
993993
<id>jackson-next</id>
994994
<properties>
995-
<jackson>2.19.0</jackson>
995+
<jackson>2.20.0</jackson>
996996
<jackson3>3.0.0</jackson3>
997997
</properties>
998998
</profile>

0 commit comments

Comments
 (0)