Skip to content

Commit d24eaf6

Browse files
committedJan 16, 2025··
⬆️ Update mongodb-driver-sync to version 5.3.0 and dropwizard metrics to version 4.2.30
1 parent 3bf91cb commit d24eaf6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
<dependency>
206206
<groupId>org.mongodb</groupId>
207207
<artifactId>mongodb-driver-sync</artifactId>
208-
<version>5.2.1</version>
208+
<version>5.3.0</version>
209209
</dependency>
210210
<dependency>
211211
<groupId>io.undertow</groupId>
@@ -300,12 +300,12 @@
300300
<dependency>
301301
<groupId>io.dropwizard.metrics</groupId>
302302
<artifactId>metrics-core</artifactId>
303-
<version>4.2.29</version>
303+
<version>4.2.30</version>
304304
</dependency>
305305
<dependency>
306306
<groupId>io.dropwizard.metrics</groupId>
307307
<artifactId>metrics-jvm</artifactId>
308-
<version>4.2.29</version>
308+
<version>4.2.30</version>
309309
</dependency>
310310
<dependency>
311311
<groupId>io.prometheus</groupId>
@@ -365,7 +365,7 @@
365365
<dependency>
366366
<groupId>com.graphql-java</groupId>
367367
<artifactId>graphql-java</artifactId>
368-
<version>21.5</version>
368+
<version>22.3</version>
369369
</dependency>
370370
<dependency>
371371
<groupId>com.nulab-inc</groupId>

0 commit comments

Comments
 (0)
Please sign in to comment.