File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ You may also use [Maven](https://maven.apache.org/) to download bson4jackson:
3131 <dependency >
3232 <groupId >de.undercouch</groupId >
3333 <artifactId >bson4jackson</artifactId >
34- <version >3.0 .0</version >
34+ <version >3.1 .0</version >
3535 </dependency >
3636</dependencies >
3737```
@@ -41,7 +41,7 @@ following snippet to your `build.gradle`:
4141
4242``` gradle
4343dependencies {
44- implementation 'de.undercouch:bson4jackson:3.0 .0'
44+ implementation 'de.undercouch:bson4jackson:3.1 .0'
4545}
4646```
4747
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ apply plugin: 'maven-publish'
77apply plugin : ' signing'
88apply plugin : ' java'
99
10- version = ' 3.0 .0'
10+ version = ' 3.1 .0'
1111group = ' de.undercouch'
1212
1313ext. isReleaseVersion = ! version. endsWith(" SNAPSHOT" )
You can’t perform that action at this time.
0 commit comments