Skip to content

Commit

Permalink
Merge pull request #11 from TechnologyBrewery/dependabot/maven/com.go…
Browse files Browse the repository at this point in the history
…ogle.guava-guava-32.0.0-jre

Bump guava from 31.1-jre to 32.0.0-jre
  • Loading branch information
d-ryan-ashcraft committed Jun 20, 2023
2 parents 4ac4109 + b056c37 commit 1bcc806
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:

# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Update dependency graph
uses: advanced-security/maven-dependency-submission-action@v3
uses: advanced-security/maven-dependency-submission-action@v3.0.2
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>31.1-jre</version>
<version>32.0.0-jre</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 1bcc806

Please sign in to comment.