Skip to content

Commit

Permalink
Bump versions of two packages (guava and spotbugs-maven-plugin)
Browse files Browse the repository at this point in the history
  • Loading branch information
kostis committed May 6, 2024
1 parent 5a21962 commit 3072223
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<cf-edhoc.version>0.0.0</cf-edhoc.version>
<error-prone.version>2.27.1</error-prone.version>
<gson.version>2.10.1</gson.version>
<guava.version>33.1.0-jre</guava.version>
<guava.version>33.2.0-jre</guava.version>
<jakarta-xml.version>4.0.2</jakarta-xml.version>
<jcommander.version>1.82</jcommander.version>
<log4j.version>2.23.1</log4j.version>
Expand Down Expand Up @@ -258,7 +258,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.8.4.0</version>
<version>4.8.5.0</version>
<configuration>
<includeFilterFile>.spotbugs/include.xml</includeFilterFile>
</configuration>
Expand Down

0 comments on commit 3072223

Please sign in to comment.