Skip to content

Commit ece0a86

Browse files
nidhi-frSoteria Kommathoty
andauthored
Uplifted necessary mongo dependencies in EIB for adaptation to MongoDB v6 (#562)
* Uplifted necessary mongo dependencies in EIB for adaptation to MongoDB v6. --------- Co-authored-by: Soteria Kommathoty <soteria.kommathoty.ext@ericsson.com>
1 parent 2fe6eea commit ece0a86

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

pom.xml

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -155,16 +155,23 @@
155155
</dependency>
156156

157157
<dependency>
158-
<groupId>org.mongodb</groupId>
159-
<artifactId>mongodb-driver-sync</artifactId>
160-
<version>4.6.1</version><!--$NO-MVN-MAN-VER$-->
161-
</dependency>
158+
<groupId>org.mongodb</groupId>
159+
<artifactId>mongodb-driver-sync</artifactId>
160+
<version>4.11.1</version>
161+
</dependency>
162162

163-
<dependency>
164-
<groupId>org.mongodb</groupId>
165-
<artifactId>mongodb-driver-core</artifactId>
166-
<version>4.6.1</version><!--$NO-MVN-MAN-VER$-->
167-
</dependency>
163+
<dependency>
164+
<groupId>org.mongodb</groupId>
165+
<artifactId>mongodb-driver-core</artifactId>
166+
<version>4.11.1</version>
167+
</dependency>
168+
169+
<!-- https://mvnrepository.com/artifact/org.mongodb/bson -->
170+
<dependency>
171+
<groupId>org.mongodb</groupId>
172+
<artifactId>bson</artifactId>
173+
<version>4.11.1</version>
174+
</dependency>
168175

169176
<dependency>
170177
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)