Skip to content

Commit

Permalink
Update patch dependencies in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjsix committed Nov 30, 2023
1 parent b4b84f2 commit 5d84ce4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
<dependency>
<groupId>com.github.luben</groupId>
<artifactId>zstd-jni</artifactId>
<version>1.5.5-6</version>
<version>1.5.5-10</version>
</dependency>
<dependency>
<groupId>io.undertow</groupId>
Expand Down Expand Up @@ -294,7 +294,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.11</version>
<version>1.4.13</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down Expand Up @@ -329,12 +329,12 @@
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
<version>4.2.21</version>
<version>4.2.22</version>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-jvm</artifactId>
<version>4.2.21</version>
<version>4.2.22</version>
</dependency>
<dependency>
<groupId>io.prometheus</groupId>
Expand All @@ -354,7 +354,7 @@
<dependency>
<groupId>io.github.classgraph</groupId>
<artifactId>classgraph</artifactId>
<version>4.8.163</version>
<version>4.8.165</version>
</dependency>
<dependency>
<groupId>org.graalvm.sdk</groupId>
Expand Down Expand Up @@ -402,7 +402,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.10.0</version>
<version>5.10.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 5d84ce4

Please sign in to comment.