diff --git a/README.md b/README.md index fcbe4486edd7..4ba73add4258 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.3](https://github.com/junit-team/junit5/releases/tag/r5.11.3) (October 21, 2024) +- General Availability (GA): [JUnit 5.11.4](https://github.com/junit-team/junit5/releases/tag/r5.11.4) (December 16, 2024) - Preview (Milestone/Release Candidate): N/A ## Documentation diff --git a/documentation/src/docs/asciidoc/release-notes/release-notes-5.11.4.adoc b/documentation/src/docs/asciidoc/release-notes/release-notes-5.11.4.adoc index b5100622d81e..e9ed32bc772a 100644 --- a/documentation/src/docs/asciidoc/release-notes/release-notes-5.11.4.adoc +++ b/documentation/src/docs/asciidoc/release-notes/release-notes-5.11.4.adoc @@ -1,7 +1,7 @@ [[release-notes-5.11.4]] == 5.11.4 -*Date of Release:* December 13, 2024 +*Date of Release:* December 16, 2024 *Scope:* Bug fixes and enhancements since 5.11.3 diff --git a/gradle.properties b/gradle.properties index b56888f7e0ae..f199b860ccff 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,13 +1,13 @@ group = org.junit -version = 5.11.4-SNAPSHOT +version = 5.11.4 jupiterGroup = org.junit.jupiter platformGroup = org.junit.platform -platformVersion = 1.11.4-SNAPSHOT +platformVersion = 1.11.4 vintageGroup = org.junit.vintage -vintageVersion = 5.11.4-SNAPSHOT +vintageVersion = 5.11.4 # 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