diff --git a/build.gradle.kts b/build.gradle.kts
index 6eb9da096e..c04a6415c2 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -87,23 +87,28 @@ dependencies {
api(platform(libs.configurate.bom))
api(libs.configurate.core) {
exclude(group = "org.checkerframework", module = "checker-qual") // We use our own version
+ exclude(group = "com.google.errorprone", module = "error_prone_annotations")
}
api(libs.configurate.hocon) {
exclude(group = "org.spongepowered", module = "configurate-core")
exclude(group = "org.checkerframework", module = "checker-qual")
+ exclude(group = "com.google.errorprone", module = "error_prone_annotations")
}
api(libs.configurate.gson) {
exclude(group = "org.spongepowered", module = "configurate-core")
exclude(group = "com.google.code.gson", module = "gson") // We have the same version technically, but use the gson we provide.
exclude(group = "org.checkerframework", module = "checker-qual")
+ exclude(group = "com.google.errorprone", module = "error_prone_annotations")
}
api(libs.configurate.yaml) {
exclude(group = "org.spongepowered", module = "configurate-core")
exclude(group = "org.checkerframework", module = "checker-qual")
+ exclude(group = "com.google.errorprone", module = "error_prone_annotations")
}
api(libs.configurate.extraGuice) {
exclude(group = "com.google.inject", module = "guice")
+ exclude(group = "com.google.errorprone", module = "error_prone_annotations")
}
// Compile-time static analysis
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index ec9145f143..fb8c18d8a4 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -7,15 +7,15 @@ caffeine = "3.1.8"
checker = "3.42.0"
checkstyle = "10.12.7"
configurate = "4.1.2"
-errorprone = "2.24.1"
+errorprone = "2.26.1"
gson = "2.10.1"
guice = "5.0.1"
-ideaExt = "1.1.7"
+ideaExt = "1.1.8"
indra = "3.1.3"
-junit = "5.10.1"
+junit = "5.10.2"
log4j = "2.19.0"
math = "2.0.1"
-mockito = "5.9.0"
+mockito = "5.11.0"
pluginSpi = "0.3.0"
[libraries]
@@ -63,5 +63,5 @@ indra-checkstyle = { id = "net.kyori.indra.checkstyle", version.ref = "indra" }
indra-crossdoc = { id = "net.kyori.indra.crossdoc", version.ref = "indra" }
indra-publishing = { id = "net.kyori.indra.publishing", version.ref = "indra" }
indra-publishing-sonatype = { id = "net.kyori.indra.publishing.sonatype", version.ref = "indra" }
-nexusPublish = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0.0-rc-1"}
+nexusPublish = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0.0-rc-2"}
spongeGradle-convention = { id = "org.spongepowered.gradle.sponge.dev", version = "2.2.0" }
diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml
index d732544da0..886a4ab376 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -74,6 +74,11 @@
+
+
+
+
+
@@ -153,6 +158,14 @@
+
+
+
+
+
+
+
+
@@ -216,6 +229,14 @@
+
+
+
+
+
+
+
+
@@ -224,6 +245,14 @@
+
+
+
+
+
+
+
+
@@ -248,6 +277,14 @@
+
+
+
+
+
+
+
+
@@ -256,11 +293,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -279,6 +329,14 @@
+
+
+
+
+
+
+
+
@@ -368,6 +426,11 @@
+
+
+
+
+
@@ -553,6 +616,14 @@
+
+
+
+
+
+
+
+
@@ -577,11 +648,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -619,6 +703,14 @@
+
+
+
+
+
+
+
+
@@ -627,11 +719,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -647,6 +752,9 @@
+
+
+
@@ -1420,6 +1528,11 @@
+
+
+
+
+
@@ -1458,6 +1571,9 @@
+
+
+
@@ -1467,12 +1583,34 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1485,6 +1623,14 @@
+
+
+
+
+
+
+
+
@@ -1493,6 +1639,14 @@
+
+
+
+
+
+
+
+
@@ -1501,6 +1655,14 @@
+
+
+
+
+
+
+
+
@@ -1509,6 +1671,14 @@
+
+
+
+
+
+
+
+
@@ -1517,6 +1687,14 @@
+
+
+
+
+
+
+
+
@@ -1525,6 +1703,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1575,6 +1769,14 @@
+
+
+
+
+
+
+
+