Skip to content

Commit

Permalink
Back to 2.13.3-SNAPSHOT dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Mar 29, 2022
1 parent 5397ebd commit 05dcbfa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ There are two ways to use the BOM pom: either as parent pom:
<parent>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.12.1</version>
<version>2.13.2</version>
</parent>
```

Expand All @@ -26,7 +26,7 @@ or by importing just the dependencies:
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.12.1</version>
<version>2.13.2</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down
4 changes: 2 additions & 2 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,7 +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>
<jackson.version.databind>2.13.2.2</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 05dcbfa

Please sign in to comment.