From 8dfcdac4035bf71c105a3a6abc1eca973707d463 Mon Sep 17 00:00:00 2001 From: Marc Philipp Date: Tue, 24 Sep 2024 14:39:52 +0200 Subject: [PATCH] Back to snapshots for further development --- gradle.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 4aac9771c9d9..23aa2a34fd6d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,13 +1,13 @@ group = org.junit -version = 5.10.4 +version = 5.10.5-SNAPSHOT jupiterGroup = org.junit.jupiter platformGroup = org.junit.platform -platformVersion = 1.10.4 +platformVersion = 1.10.5-SNAPSHOT vintageGroup = org.junit.vintage -vintageVersion = 5.10.4 +vintageVersion = 5.10.5-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