Skip to content

Commit 3eff7fa

Browse files
Update README
1 parent e8ee5ab commit 3eff7fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You may also use [Maven](http://maven.apache.org/) to download bson4jackson:
3131
<dependency>
3232
<groupId>de.undercouch</groupId>
3333
<artifactId>bson4jackson</artifactId>
34-
<version>2.12.0</version>
34+
<version>2.13.0</version>
3535
</dependency>
3636
</dependencies>
3737
```
@@ -41,7 +41,7 @@ following snippet to your `build.gradle`:
4141

4242
```gradle
4343
dependencies {
44-
implementation 'de.undercouch:bson4jackson:2.12.0'
44+
implementation 'de.undercouch:bson4jackson:2.13.0'
4545
}
4646
```
4747

0 commit comments

Comments
 (0)