Commit 7ba00a2 1 parent 4921021 commit 7ba00a2 Copy full SHA for 7ba00a2
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.9.0 </version >
34
+ <version >2.9.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
- compile 'de.undercouch:bson4jackson:2.9.0 '
44
+ compile 'de.undercouch:bson4jackson:2.9.1 '
45
45
}
46
46
```
47
47
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ apply plugin: 'java'
5
5
apply plugin : ' eclipse'
6
6
apply plugin : ' idea'
7
7
8
- version = ' 2.9.0 '
8
+ version = ' 2.9.1 '
9
9
group = ' de.undercouch'
10
10
sourceCompatibility = ' 1.7'
11
11
targetCompatibility = ' 1.7'
You can’t perform that action at this time.
0 commit comments