diff --git a/README.md b/README.md index 059bbb33077..c01e40b2594 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.1](https://github.com/junit-team/junit5/releases/tag/r5.11.1) (September 25, 2024) +- General Availability (GA): [JUnit 5.11.2](https://github.com/junit-team/junit5/releases/tag/r5.11.2) (October 4, 2024) - Preview (Milestone/Release Candidate): N/A ## Documentation diff --git a/gradle.properties b/gradle.properties index 1f3ab837c07..d91e522a244 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,13 +1,13 @@ group = org.junit -version = 5.11.2-SNAPSHOT +version = 5.11.2 jupiterGroup = org.junit.jupiter platformGroup = org.junit.platform -platformVersion = 1.11.2-SNAPSHOT +platformVersion = 1.11.2 vintageGroup = org.junit.vintage -vintageVersion = 5.11.2-SNAPSHOT +vintageVersion = 5.11.2 # 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