Skip to content

Commit

Permalink
Upgrade library versions
Browse files Browse the repository at this point in the history
Fixes: SIRI-1036
  • Loading branch information
mkeckmkeck committed Dec 3, 2024
1 parent c94c3c2 commit 649fabb
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 @@ -32,21 +32,21 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.1.0-jre</version>
<version>33.3.1-jre</version>
</dependency>

<!-- JSR305 annotations like @Nonnull etc. -->
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.2</version>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
<version>4.8.6</version>
</dependency>

<!-- Required logging bridge to make slf4j log to our logging system -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<version>2.0.13</version>
<version>2.0.16</version>
</dependency>

<!-- Used to auto-start Docker environments. Excluding dependencies not required for docker-compose. -->
Expand All @@ -69,7 +69,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.16.1</version>
<version>2.18.0</version>
</dependency>
<!-- Required, as the version provided by docker-compose-rule-core has security issues -->
<dependency>
Expand Down

0 comments on commit 649fabb

Please sign in to comment.