Skip to content

Commit

Permalink
Bump mongodb-driver-sync version to 5.1.4
Browse files Browse the repository at this point in the history
Bump logback-classic version to 1.5.8
Bump classgraph version to 4.8.176
  • Loading branch information
mkjsix committed Sep 19, 2024
1 parent 82a404b commit 7413131
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.1.3</version>
<version>5.1.4</version>
</dependency>
<dependency>
<groupId>io.undertow</groupId>
Expand Down Expand Up @@ -265,7 +265,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.7</version>
<version>1.5.8</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down Expand Up @@ -325,7 +325,7 @@
<dependency>
<groupId>io.github.classgraph</groupId>
<artifactId>classgraph</artifactId>
<version>4.8.175</version>
<version>4.8.176</version>
</dependency>
<dependency>
<groupId>org.graalvm.polyglot</groupId>
Expand Down

0 comments on commit 7413131

Please sign in to comment.