Skip to content

Commit b8b412a

Browse files
authored
Update mongo driver to 5.3.0 (#588)
1 parent 5da6adc commit b8b412a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,20 +157,20 @@
157157
<dependency>
158158
<groupId>org.mongodb</groupId>
159159
<artifactId>mongodb-driver-sync</artifactId>
160-
<version>4.11.1</version>
160+
<version>5.3.0</version>
161161
</dependency>
162162

163163
<dependency>
164164
<groupId>org.mongodb</groupId>
165165
<artifactId>mongodb-driver-core</artifactId>
166-
<version>4.11.1</version>
166+
<version>5.3.0</version>
167167
</dependency>
168168

169169
<!-- https://mvnrepository.com/artifact/org.mongodb/bson -->
170170
<dependency>
171171
<groupId>org.mongodb</groupId>
172172
<artifactId>bson</artifactId>
173-
<version>4.11.1</version>
173+
<version>5.3.0</version>
174174
</dependency>
175175

176176
<dependency>

0 commit comments

Comments
 (0)