Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Mar 3, 2020
1 parent 74782ed commit 5e336fd
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 @@ -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.10.0</version>
<version>2.11.0</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.9.0</version>
<version>2.11.0</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit 5e336fd

Please sign in to comment.