Skip to content

Commit

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

build(deps): bump com.google.guava:guava from 33.1.0-jre to 33.2.0-jre
github-actions[bot] authored May 3, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 87762a8 + e981413 commit 24d5c47
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
@@ -43,7 +43,7 @@ repositories {

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

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

0 comments on commit 24d5c47

Please sign in to comment.