Skip to content

Commit

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

Bump com.google.guava:guava from 33.3.0-jre to 33.3.1-jre
  • Loading branch information
github-actions[bot] authored Sep 30, 2024
2 parents 501c5c5 + a5727c2 commit 18b25d9
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.3.0-jre</version>
<version>33.3.1-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 @@ -162,7 +162,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.3.0-jre</version>
<version>33.3.1-jre</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 18b25d9

Please sign in to comment.