Skip to content

Commit

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

build(deps): bump com.google.guava:guava from 33.3.0-jre to 33.3.1-jre
  • Loading branch information
github-actions[bot] authored Sep 24, 2024
2 parents c9f318d + 532dcdb commit 6b4c87f
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:33.3.0-jre'
implementation 'com.google.guava:guava:33.3.1-jre'

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

0 comments on commit 6b4c87f

Please sign in to comment.