From c300b73bde8573fcf6ae1750bc61dd591891340c Mon Sep 17 00:00:00 2001 From: Marc Philipp Date: Mon, 9 Sep 2024 13:32:16 +0200 Subject: [PATCH] Release 5.10.4 --- README.md | 2 +- gradle.properties | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b09182e608cd..40f2a48af5e5 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This repository is the home of _JUnit 5_. ## Latest Releases -- General Availability (GA): [JUnit 5.10.3](https://github.com/junit-team/junit5/releases/tag/r5.10.3) (June 27, 2024) +- General Availability (GA): [JUnit 5.10.4](https://github.com/junit-team/junit5/releases/tag/r5.10.4) (September 24, 2024) - Preview (Milestone/Release Candidate): N/A ## Documentation diff --git a/gradle.properties b/gradle.properties index 78e8cd1e877b..4aac9771c9d9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,13 +1,13 @@ group = org.junit -version = 5.10.4-SNAPSHOT +version = 5.10.4 jupiterGroup = org.junit.jupiter platformGroup = org.junit.platform -platformVersion = 1.10.4-SNAPSHOT +platformVersion = 1.10.4 vintageGroup = org.junit.vintage -vintageVersion = 5.10.4-SNAPSHOT +vintageVersion = 5.10.4 # 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