Skip to content

Commit

Permalink
Merge pull request #29 from secure-software-engineering/dependabot/ma…
Browse files Browse the repository at this point in the history
…ven/com.google.guava-guava-33.3.0-jre

Bump com.google.guava:guava from 33.2.1-jre to 33.3.0-jre
  • Loading branch information
schlichtig authored Aug 19, 2024
2 parents 30df206 + 097f9d2 commit e1436d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SparseBoomerangCorrectness/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.2.1-jre</version>
<version>33.3.0-jre</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.2.1-jre</version>
<version>33.3.0-jre</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit e1436d2

Please sign in to comment.