Skip to content

Commit

Permalink
Merge pull request #847 from komamitsu/dependabot/gradle/com.google.g…
Browse files Browse the repository at this point in the history
…uava-guava-33.1.0-jre

Bump com.google.guava:guava from 33.0.0-jre to 33.1.0-jre
  • Loading branch information
komamitsu authored Apr 11, 2024
2 parents 05aa5d2 + 5a305a9 commit 93a69c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ subprojects {
testImplementation("ch.qos.logback:logback-classic:1.3.14")
testImplementation("org.hamcrest:hamcrest-all:1.3")
testImplementation("org.mockito:mockito-core:4.11.0")
testImplementation("com.google.guava:guava:33.0.0-jre")
testImplementation("com.google.guava:guava:33.1.0-jre")
}

base {
Expand Down

0 comments on commit 93a69c8

Please sign in to comment.