diff --git a/README.md b/README.md index 2f3c0be2b3ad..6308dd68cb7d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This repository is the home of _JUnit 5_. ## Latest Releases -- General Availability (GA): [JUnit 5.10.1](https://github.com/junit-team/junit5/releases/tag/r5.10.1) (November 5, 2023) +- General Availability (GA): [JUnit 5.10.2](https://github.com/junit-team/junit5/releases/tag/r5.10.2) (February 4, 2024) - Preview (Milestone/Release Candidate): N/A ## Documentation diff --git a/gradle.properties b/gradle.properties index 66d9d35d8157..a053cb6e220e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,13 +1,13 @@ group = org.junit -version = 5.10.2-SNAPSHOT +version = 5.10.2 jupiterGroup = org.junit.jupiter platformGroup = org.junit.platform -platformVersion = 1.10.2-SNAPSHOT +platformVersion = 1.10.2 vintageGroup = org.junit.vintage -vintageVersion = 5.10.2-SNAPSHOT +vintageVersion = 5.10.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