diff --git a/gradle.properties b/gradle.properties index 617c9a5c5a0a..4f2f2efca822 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,13 +1,13 @@ group = org.junit -version = 5.11.0-M2 +version = 5.11.0-SNAPSHOT jupiterGroup = org.junit.jupiter platformGroup = org.junit.platform -platformVersion = 1.11.0-M2 +platformVersion = 1.11.0-SNAPSHOT vintageGroup = org.junit.vintage -vintageVersion = 5.11.0-M2 +vintageVersion = 5.11.0-SNAPSHOT # We need more metaspace due to apparent memory leak in Asciidoctor/JRuby # The exports are needed due to https://github.com/diffplug/spotless/issues/834