Skip to content

Commit

Permalink
Merge pull request #109 from jiro4989/dependabot/gradle/com.google.gu…
Browse files Browse the repository at this point in the history
…ava-guava-32.1.0-jre

build(deps): bump com.google.guava:guava from 32.0.1-jre to 32.1.0-jre
  • Loading branch information
github-actions[bot] authored Jun 30, 2023
2 parents d2eb4b9 + 01cb26c commit 438d0ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ repositories {

dependencies {
// This dependency is used by the application.
implementation 'com.google.guava:guava:32.0.1-jre'
implementation 'com.google.guava:guava:32.1.0-jre'

// Use JUnit test framework
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.9.3'
Expand Down

0 comments on commit 438d0ab

Please sign in to comment.