Skip to content

Commit 3bc67d0

Browse files
committed
correct version of mongodb-driver-sync (4.4.2) to match spring-boot-starter-data-mongodb (2.6.7)
1 parent 1790d5b commit 3bc67d0

File tree

1 file changed

+1
-1
lines changed
  • jdk_8_maven/em/external/rest/session-service

1 file changed

+1
-1
lines changed

jdk_8_maven/em/external/rest/session-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>org.mongodb</groupId>
3232
<artifactId>mongodb-driver-sync</artifactId>
33-
<version>3.8.2</version>
33+
<version>4.4.2</version>
3434
<scope>compile</scope>
3535
</dependency>
3636

0 commit comments

Comments
 (0)