Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-kraemer committed Nov 10, 2021
1 parent e8ee5ab commit 3eff7fa
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 @@ -31,7 +31,7 @@ You may also use [Maven](http://maven.apache.org/) to download bson4jackson:
<dependency>
<groupId>de.undercouch</groupId>
<artifactId>bson4jackson</artifactId>
<version>2.12.0</version>
<version>2.13.0</version>
</dependency>
</dependencies>
```
Expand All @@ -41,7 +41,7 @@ following snippet to your `build.gradle`:

```gradle
dependencies {
implementation 'de.undercouch:bson4jackson:2.12.0'
implementation 'de.undercouch:bson4jackson:2.13.0'
}
```

Expand Down

0 comments on commit 3eff7fa

Please sign in to comment.