update mongo-java-driver to 3.12.0; upgrade to 2.11.0-SNAPHOt version

This commit is contained in:
Roberto Cirillo 2021-03-17 09:57:41 +01:00
parent a4532fcacd
commit add9810644
1 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
</parent>
<groupId>org.gcube.contentmanagement</groupId>
<artifactId>storage-manager-core</artifactId>
<version>2.10.0-SNAPSHOT</version>
<version>2.11.0-SNAPSHOT</version>
<!-- <properties> -->
<!-- <distroDirectory>${project.basedir}/distro</distroDirectory> -->
<!-- </properties> -->
@ -37,7 +37,7 @@
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongo-java-driver</artifactId>
<version>3.6.0</version>
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>org.gcube.core</groupId>
@ -103,4 +103,4 @@
<!-- </plugin> -->
<!-- </plugins> -->
<!-- </build> -->
</project>
</project>