Commit 813f6bc 1 parent a61e356 commit 813f6bc Copy full SHA for 813f6bc
File tree 2 files changed +3
-3
lines changed
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](http://maven.apache.org/) to download bson4jackson:
31
31
<dependency >
32
32
<groupId >de.undercouch</groupId >
33
33
<artifactId >bson4jackson</artifactId >
34
- <version >2.15.0 </version >
34
+ <version >2.15.1 </version >
35
35
</dependency >
36
36
</dependencies >
37
37
```
@@ -41,7 +41,7 @@ following snippet to your `build.gradle`:
41
41
42
42
``` gradle
43
43
dependencies {
44
- implementation 'de.undercouch:bson4jackson:2.15.0 '
44
+ implementation 'de.undercouch:bson4jackson:2.15.1 '
45
45
}
46
46
```
47
47
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ apply plugin: 'maven-publish'
7
7
apply plugin : ' signing'
8
8
apply plugin : ' java'
9
9
10
- version = ' 2.15.0 '
10
+ version = ' 2.15.1 '
11
11
group = ' de.undercouch'
12
12
13
13
ext. isReleaseVersion = ! version. endsWith(" SNAPSHOT" )
You can’t perform that action at this time.
0 commit comments