Skip to content

Commit b428b8d

Browse files
dependency: Update dependency com.google.guava:guava to v33.4.8-jre (#1006)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 39a8728 commit b428b8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ object Versions {
2525
const val LITE_COMMANDS = "3.9.7"
2626
const val LITE_SKULL_API = "1.3.0"
2727

28-
const val GUAVA = "33.4.0-jre"
28+
const val GUAVA = "33.4.8-jre"
2929
const val GSON = "2.13.1"
3030

3131
const val EXPRESSIBLE = "1.3.6"

buildSrc/src/main/kotlin/eternalcode-java.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ configurations.named("checkstyle") {
2121
resolutionStrategy {
2222
capabilitiesResolution {
2323
withCapability("com.google.collections:google-collections") {
24-
select("com.google.guava:guava:33.4.0-jre")
24+
select("com.google.guava:guava:33.4.8-jre")
2525
}
2626
}
2727
}

0 commit comments

Comments
 (0)