Skip to content

Commit

Permalink
Update dependencies in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjsix committed Jan 11, 2024
1 parent 281e073 commit f252c07
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 @@ -299,7 +299,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.9</version>
<version>2.0.11</version>
</dependency>
<dependency>
<groupId>org.kohsuke</groupId>
Expand All @@ -319,7 +319,7 @@
<dependency>
<groupId>com.github.everit-org.json-schema</groupId>
<artifactId>org.everit.json.schema</artifactId>
<version>1.14.3</version>
<version>1.14.4</version>
</dependency>
<dependency>
<groupId>org.apache.tika</groupId>
Expand All @@ -329,12 +329,12 @@
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
<version>4.2.22</version>
<version>4.2.23</version>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-jvm</artifactId>
<version>4.2.22</version>
<version>4.2.23</version>
</dependency>
<dependency>
<groupId>io.prometheus</groupId>
Expand Down

0 comments on commit f252c07

Please sign in to comment.