We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72aafb8 commit 4b3936aCopy full SHA for 4b3936a
1 file changed
shared/build.gradle.kts
@@ -7,6 +7,6 @@ dependencies {
7
compileOnly("net.pistonmaster:pistonmotd-api:5.2.7")
8
compileOnly("org.apiguardian:apiguardian-api:1.1.2")
9
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")
+ compileOnly("com.google.guava:guava:33.6.0-jre")
+ testImplementation("com.google.guava:guava:33.6.0-jre")
12
}
0 commit comments