Skip to content

Commit abdd4dc

Browse files
committed
Update 3.0 to depend on published jackson-annotations 2.19.2 (for rc6)
1 parent f89c6fb commit abdd4dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ of Jackson 3.x components maintained by FasterXML.com
5656

5757
<!-- 10-Jul-2025, tatu: as per [JSTEP-1] Jackson 3.x will NOT contain
5858
separate annotations module, but keep using 2.x one, latest 2.x released
59-
at the time 3.x mino version is released.
59+
at the time 3.x minor version is released.
6060
-->
61-
<jackson.version.annotations>2.19.2-SNAPSHOT</jackson.version.annotations>
61+
<jackson.version.annotations>2.19.2</jackson.version.annotations>
6262

6363
<jackson.version.core>${jackson.version}</jackson.version.core>
6464
<jackson.version.databind>${jackson.version}</jackson.version.databind>

0 commit comments

Comments
 (0)