Skip to content

Commit

Permalink
Merge branch '2.14' of github.com:FasterXML/jackson-bom into 2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Nov 21, 2022
2 parents 806813d + 70c86d4 commit 04e59a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -23,7 +23,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.13.3</version>
<version>2.14.0</version>
</parent>
```

Expand All @@ -37,7 +37,7 @@ or imported in `<dependencyManagement>` section)
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.13.2</version>
<version>2.14.0</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit 04e59a5

Please sign in to comment.