From 7f5c7ad599997dbcd5cd57f6abf059d8db8fe341 Mon Sep 17 00:00:00 2001 From: Marc Philipp Date: Fri, 4 Oct 2024 15:10:40 +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 d91e522a244f..fed562d024bf 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,13 +1,13 @@ group = org.junit -version = 5.11.2 +version = 5.11.3-SNAPSHOT jupiterGroup = org.junit.jupiter platformGroup = org.junit.platform -platformVersion = 1.11.2 +platformVersion = 1.11.3-SNAPSHOT vintageGroup = org.junit.vintage -vintageVersion = 5.11.2 +vintageVersion = 5.11.3-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