Skip to content

Commit

Permalink
⬆️ Update mongodb-driver-sync to version 5.3.0 and dropwizard metrics…
Browse files Browse the repository at this point in the history
… to version 4.2.30
  • Loading branch information
mkjsix committed Jan 16, 2025
1 parent 3bf91cb commit d24eaf6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-sync</artifactId>
<version>5.2.1</version>
<version>5.3.0</version>
</dependency>
<dependency>
<groupId>io.undertow</groupId>
Expand Down Expand Up @@ -300,12 +300,12 @@
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
<version>4.2.29</version>
<version>4.2.30</version>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-jvm</artifactId>
<version>4.2.29</version>
<version>4.2.30</version>
</dependency>
<dependency>
<groupId>io.prometheus</groupId>
Expand Down Expand Up @@ -365,7 +365,7 @@
<dependency>
<groupId>com.graphql-java</groupId>
<artifactId>graphql-java</artifactId>
<version>21.5</version>
<version>22.3</version>
</dependency>
<dependency>
<groupId>com.nulab-inc</groupId>
Expand Down

0 comments on commit d24eaf6

Please sign in to comment.