Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
narcoticfresh committed Mar 11, 2024
1 parent 0acbc82 commit 0ec8637
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<dependency.locations.enabled>false</dependency.locations.enabled>
<dependency.details.enabled>false</dependency.details.enabled>
<jackson-jr.version>2.16.1</jackson-jr.version>
<log4j.version>2.22.1</log4j.version>
<jackson-jr.version>2.16.2</jackson-jr.version>
<log4j.version>2.23.1</log4j.version>
</properties>

<repositories>
Expand Down Expand Up @@ -124,7 +124,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.11</version>
<version>2.0.12</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down Expand Up @@ -213,7 +213,7 @@
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry-log4j2</artifactId>
<version>7.2.0</version>
<version>7.6.0</version>
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down Expand Up @@ -253,14 +253,14 @@
<dependency>
<groupId>io.github.classgraph</groupId>
<artifactId>classgraph</artifactId>
<version>4.8.165</version>
<version>4.8.168</version>
</dependency>

<!-- metrics -->
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-registry-prometheus</artifactId>
<version>1.12.2</version>
<version>1.12.3</version>
</dependency>
<dependency>
<groupId>io.github.mweirauch</groupId>
Expand Down Expand Up @@ -310,7 +310,7 @@
<dependency>
<groupId>org.wiremock</groupId>
<artifactId>wiremock</artifactId>
<version>3.3.1</version>
<version>3.4.2</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down Expand Up @@ -438,13 +438,13 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.10.1</version>
<version>5.10.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.9.0</version>
<version>5.11.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 0ec8637

Please sign in to comment.