Skip to content

Commit

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

build(deps): bump com.google.guava:guava from 33.0.0-jre to 33.1.0-jre
  • Loading branch information
github-actions[bot] committed Mar 14, 2024
2 parents 1e03055 + 15d25df commit 1a6c1a3
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.0.0-jre'
implementation 'com.google.guava:guava:33.1.0-jre'

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

0 comments on commit 1a6c1a3

Please sign in to comment.