Skip to content

Commit

Permalink
Back to 2.13.3-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Mar 25, 2022
1 parent 4cac0e4 commit 3d90426
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ of Jackson components maintained by FasterXML.com
</scm>

<properties>
<jackson.version>2.13.2</jackson.version>
<jackson.version>2.13.3-SNAPSHOT</jackson.version>

<!-- 25-Sep-2019, tatu: With Jackson 2.x we will release full patch-level versions
of annotations BUT they are all identical, content-wise.
Expand All @@ -59,9 +59,7 @@ of Jackson components maintained by FasterXML.com
-->
<jackson.version.annotations>${jackson.version}</jackson.version.annotations>
<jackson.version.core>${jackson.version}</jackson.version.core>
<!-- 24-Mar-2022, tatu: To allow micro-patch for CVE we'll have this:
-->
<jackson.version.databind>2.13.2.1</jackson.version.databind>
<jackson.version.databind>${jackson.version}</jackson.version.databind>
<jackson.version.dataformat>${jackson.version}</jackson.version.dataformat>
<jackson.version.datatype>${jackson.version}</jackson.version.datatype>
<jackson.version.jaxrs>${jackson.version}</jackson.version.jaxrs>
Expand Down

0 comments on commit 3d90426

Please sign in to comment.