From b20991e3760b3053d5b71846ce5950de90650ab9 Mon Sep 17 00:00:00 2001 From: Marc Philipp Date: Mon, 21 Oct 2024 15:47:18 +0200 Subject: [PATCH] Release 5.11.3 --- README.md | 2 +- gradle.properties | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c01e40b25947..fcbe4486edd7 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.2](https://github.com/junit-team/junit5/releases/tag/r5.11.2) (October 4, 2024) +- General Availability (GA): [JUnit 5.11.3](https://github.com/junit-team/junit5/releases/tag/r5.11.3) (October 21, 2024) - Preview (Milestone/Release Candidate): N/A ## Documentation diff --git a/gradle.properties b/gradle.properties index fed562d024bf..2c411150793d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,13 +1,13 @@ group = org.junit -version = 5.11.3-SNAPSHOT +version = 5.11.3 jupiterGroup = org.junit.jupiter platformGroup = org.junit.platform -platformVersion = 1.11.3-SNAPSHOT +platformVersion = 1.11.3 vintageGroup = org.junit.vintage -vintageVersion = 5.11.3-SNAPSHOT +vintageVersion = 5.11.3 # 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