Skip to content

Commit

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

Bump com.google.guava:guava from 32.1.3-jre to 33.0.0-jre
  • Loading branch information
komamitsu authored Jan 24, 2024
2 parents 7754011 + 16f3f56 commit 2553be3
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:32.1.3-jre")
testImplementation("com.google.guava:guava:33.0.0-jre")
}

base {
Expand Down

0 comments on commit 2553be3

Please sign in to comment.