We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8ee5ab commit 3eff7faCopy full SHA for 3eff7fa
README.md
@@ -31,7 +31,7 @@ You may also use [Maven](http://maven.apache.org/) to download bson4jackson:
31
<dependency>
32
<groupId>de.undercouch</groupId>
33
<artifactId>bson4jackson</artifactId>
34
- <version>2.12.0</version>
+ <version>2.13.0</version>
35
</dependency>
36
</dependencies>
37
```
@@ -41,7 +41,7 @@ following snippet to your `build.gradle`:
41
42
```gradle
43
dependencies {
44
- implementation 'de.undercouch:bson4jackson:2.12.0'
+ implementation 'de.undercouch:bson4jackson:2.13.0'
45
}
46
47
0 commit comments