Skip to content

Commit

Permalink
Upgraded guava, gson, and maven surefire plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
robertvazan committed Aug 30, 2023
1 parent c716215 commit 4089338
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,12 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>31.0.1-jre</version>
<version>32.0.0-jre</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.9</version>
<version>2.10.1</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.websocket</groupId>
Expand Down Expand Up @@ -141,7 +141,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M5</version>
<version>3.1.2</version>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
Expand Down

0 comments on commit 4089338

Please sign in to comment.