Skip to content

Commit

Permalink
docs: update readme to 2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yeikel committed Nov 8, 2022
1 parent 6e65bdd commit 7cc42f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
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 7cc42f1

Please sign in to comment.