diff --git a/build.gradle.kts b/build.gradle.kts index d601d05..6a3e2af 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -36,12 +36,6 @@ dependencies { implementation(libs.jsr305) spotbugsPlugins(libs.spotbugsContrib) - - modules { - module("com.google.collections:google-collections") { - replacedBy("com.google.guava:guava", "google-collections is now part of Guava") - } - } } checkstyle { diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c891ee7..c8b8f51 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,7 @@ [versions] java = "17" -checkstyle = "10.13.0" +# Do not upgrade Checkstyle until https://github.com/checkstyle/checkstyle/issues/14123 is properly fixed +checkstyle = "10.12.5" spotbugs = "4.8.3" [plugins]