Skip to content

Commit df9e011

Browse files
fix(deps): update dependency com.google.guava:guava to v33.4.8-jre
1 parent 8544de0 commit df9e011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
2828

2929
// This dependency is used by the application.
30-
implementation("com.google.guava:guava:33.0.0-jre")
30+
implementation("com.google.guava:guava:33.4.8-jre")
3131
}
3232

3333
// Apply a specific Java toolchain to ease working on different environments.

0 commit comments

Comments
 (0)