Skip to content

Commit 4b3936a

Browse files
fix(deps): update dependency com.google.guava:guava to v33.6.0-jre
1 parent 72aafb8 commit 4b3936a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

shared/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ dependencies {
77
compileOnly("net.pistonmaster:pistonmotd-api:5.2.7")
88
compileOnly("org.apiguardian:apiguardian-api:1.1.2")
99
api("com.github.spotbugs:spotbugs-annotations:4.9.8")
10-
compileOnly("com.google.guava:guava:33.5.0-jre")
11-
testImplementation("com.google.guava:guava:33.5.0-jre")
10+
compileOnly("com.google.guava:guava:33.6.0-jre")
11+
testImplementation("com.google.guava:guava:33.6.0-jre")
1212
}

0 commit comments

Comments
 (0)