From e1b3a324cf73da8aa69a366ed21cccf4d4c5af87 Mon Sep 17 00:00:00 2001 From: Marc Philipp Date: Fri, 4 Oct 2024 14:33:24 +0200 Subject: [PATCH] Release 5.10.5 --- README.md | 2 +- gradle.properties | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 40f2a48af5e5..fcb96ef5016c 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.4](https://github.com/junit-team/junit5/releases/tag/r5.10.4) (September 24, 2024) +- General Availability (GA): [JUnit 5.10.5](https://github.com/junit-team/junit5/releases/tag/r5.10.5) (October 4, 2024) - Preview (Milestone/Release Candidate): N/A ## Documentation diff --git a/gradle.properties b/gradle.properties index 23aa2a34fd6d..e78ed6f8b3a1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,13 +1,13 @@ group = org.junit -version = 5.10.5-SNAPSHOT +version = 5.10.5 jupiterGroup = org.junit.jupiter platformGroup = org.junit.platform -platformVersion = 1.10.5-SNAPSHOT +platformVersion = 1.10.5 vintageGroup = org.junit.vintage -vintageVersion = 5.10.5-SNAPSHOT +vintageVersion = 5.10.5 # 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