diff --git a/core/src/test/java/org/geysermc/geyser/configuration/ConfigLoaderTest.java b/core/src/test/java/org/geysermc/geyser/configuration/ConfigLoaderTest.java index 39755f8be..25ce73b87 100644 --- a/core/src/test/java/org/geysermc/geyser/configuration/ConfigLoaderTest.java +++ b/core/src/test/java/org/geysermc/geyser/configuration/ConfigLoaderTest.java @@ -99,10 +99,6 @@ public class ConfigLoaderTest { @Test void testInvalidConfig() throws Exception { streamResourceFiles(CONFIG_PREFIX + "/invalid").forEach(resource -> { - // TODO re-enable; tests the @NumericRanges are properly applied & result in a failed config - if (resource.getName().contains("port_out_of_range")) { - return; - } try { forAllConfigs(type -> { assertThrows(ConfigurateException.class, diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 2d884ad95..7d42c1fbc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ base-api = "1.0.2" bstats = "3.1.0" cumulus = "1.1.2" -configurate = "4.2.0-GeyserMC-SNAPSHOT" +configurate = "4.2.0-GeyserMC-20251111.004649-11" erosion = "1.1-20240521.000109-3" events = "1.1-SNAPSHOT" yaml = "2.2"