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 39a8728 commit b428b8dCopy full SHA for b428b8d
buildSrc/src/main/kotlin/Versions.kt
@@ -25,7 +25,7 @@ object Versions {
25
const val LITE_COMMANDS = "3.9.7"
26
const val LITE_SKULL_API = "1.3.0"
27
28
- const val GUAVA = "33.4.0-jre"
+ const val GUAVA = "33.4.8-jre"
29
const val GSON = "2.13.1"
30
31
const val EXPRESSIBLE = "1.3.6"
buildSrc/src/main/kotlin/eternalcode-java.gradle.kts
@@ -21,7 +21,7 @@ configurations.named("checkstyle") {
21
resolutionStrategy {
22
capabilitiesResolution {
23
withCapability("com.google.collections:google-collections") {
24
- select("com.google.guava:guava:33.4.0-jre")
+ select("com.google.guava:guava:33.4.8-jre")
}
0 commit comments