Skip to content

Commit 9a12177

Browse files
committed
fix(dependencies): update versions for checker-qual, metrics-core, metrics-jvm, and classgraph [skip ci]
1 parent cf215fc commit 9a12177

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
<dependency>
218218
<groupId>org.checkerframework</groupId>
219219
<artifactId>checker-qual</artifactId>
220-
<version>3.49.3</version>
220+
<version>3.49.4</version>
221221
</dependency>
222222
<dependency>
223223
<groupId>com.github.ben-manes.caffeine</groupId>
@@ -297,12 +297,12 @@
297297
<dependency>
298298
<groupId>io.dropwizard.metrics</groupId>
299299
<artifactId>metrics-core</artifactId>
300-
<version>4.2.30</version>
300+
<version>4.2.33</version>
301301
</dependency>
302302
<dependency>
303303
<groupId>io.dropwizard.metrics</groupId>
304304
<artifactId>metrics-jvm</artifactId>
305-
<version>4.2.30</version>
305+
<version>4.2.33</version>
306306
</dependency>
307307
<dependency>
308308
<groupId>io.prometheus</groupId>
@@ -322,7 +322,7 @@
322322
<dependency>
323323
<groupId>io.github.classgraph</groupId>
324324
<artifactId>classgraph</artifactId>
325-
<version>4.8.179</version>
325+
<version>4.8.180</version>
326326
</dependency>
327327
<dependency>
328328
<groupId>org.graalvm.polyglot</groupId>

0 commit comments

Comments
 (0)