Skip to content

Commit

Permalink
Bump version of dependencies in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjsix committed Jun 21, 2024
1 parent 26afed5 commit be358fb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
<dependency>
<groupId>io.undertow</groupId>
<artifactId>undertow-core</artifactId>
<version>2.3.13.Final</version>
<version>2.3.14.Final</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
Expand Down Expand Up @@ -328,12 +328,12 @@
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
<version>4.2.25</version>
<version>4.2.26</version>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-jvm</artifactId>
<version>4.2.25</version>
<version>4.2.26</version>
</dependency>
<dependency>
<groupId>io.prometheus</groupId>
Expand All @@ -348,12 +348,12 @@
<dependency>
<groupId>info.picocli</groupId>
<artifactId>picocli</artifactId>
<version>4.7.5</version>
<version>4.7.6</version>
</dependency>
<dependency>
<groupId>io.github.classgraph</groupId>
<artifactId>classgraph</artifactId>
<version>4.8.172</version>
<version>4.8.174</version>
</dependency>
<dependency>
<groupId>org.graalvm.sdk</groupId>
Expand Down

0 comments on commit be358fb

Please sign in to comment.