From e4b2c0c1384dd980abbd61c11322c419cf7cd1eb Mon Sep 17 00:00:00 2001 From: Marc Philipp Date: Wed, 25 Sep 2024 08:58:13 +0200 Subject: [PATCH] Release 5.11.1 --- README.md | 2 +- gradle.properties | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 58e6661c5847..059bbb33077b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This repository is the home of _JUnit 5_. ## Latest Releases -- General Availability (GA): [JUnit 5.11.0](https://github.com/junit-team/junit5/releases/tag/r5.11.0) (August 14, 2024) +- General Availability (GA): [JUnit 5.11.1](https://github.com/junit-team/junit5/releases/tag/r5.11.1) (September 25, 2024) - Preview (Milestone/Release Candidate): N/A ## Documentation diff --git a/gradle.properties b/gradle.properties index 3037abd3a031..9a391283fc8a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,13 +1,13 @@ group = org.junit -version = 5.11.1-SNAPSHOT +version = 5.11.1 jupiterGroup = org.junit.jupiter platformGroup = org.junit.platform -platformVersion = 1.11.1-SNAPSHOT +platformVersion = 1.11.1 vintageGroup = org.junit.vintage -vintageVersion = 5.11.1-SNAPSHOT +vintageVersion = 5.11.1 # 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