Skip to content

Commit 068e2ec

Browse files
committed
DATAMONGO-1024 - Upgraded to MongoDB Java driver 2.12.3.
1 parent a9306b9 commit 068e2ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
<properties>
3030
<project.type>multi</project.type>
3131
<dist.id>spring-data-mongodb</dist.id>
32-
<springdata.commons>1.9.0.BUILD-SNAPSHOT</springdata.commons>
33-
<mongo>2.12.1</mongo>
34-
<mongo.osgi>2.12.1</mongo.osgi>
32+
<springdata.commons>1.9.0.RC1</springdata.commons>
33+
<mongo>2.12.3</mongo>
34+
<mongo.osgi>2.12.3</mongo.osgi>
3535
</properties>
3636

3737
<developers>
@@ -108,7 +108,7 @@
108108

109109
<id>mongo-next</id>
110110
<properties>
111-
<mongo>2.12.3-SNAPSHOT</mongo>
111+
<mongo>2.12.5-SNAPSHOT</mongo>
112112
</properties>
113113

114114
<repositories>

0 commit comments

Comments
 (0)