diff --git a/README.md b/README.md index c01e40b2594..fcbe4486edd 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 fed562d024b..2c411150793 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