diff --git a/README.md b/README.md index 7b4bb98a40c..59318bd5bb9 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This repository is the home of the next generation of JUnit, _JUnit 5_. ## Latest Releases -- General Availability (GA): [JUnit 5.9.2](https://github.com/junit-team/junit5/releases/tag/r5.9.2) (January 10, 2023) +- General Availability (GA): [JUnit 5.9.3](https://github.com/junit-team/junit5/releases/tag/r5.9.3) (April 26, 2023) - Preview (Milestone/Release Candidate): n/a ## Documentation diff --git a/gradle.properties b/gradle.properties index 2fd0518f4bd..646efedee05 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,13 +1,13 @@ group = org.junit -version = 5.9.3-SNAPSHOT +version = 5.9.3 jupiterGroup = org.junit.jupiter platformGroup = org.junit.platform -platformVersion = 1.9.3-SNAPSHOT +platformVersion = 1.9.3 vintageGroup = org.junit.vintage -vintageVersion = 5.9.3-SNAPSHOT +vintageVersion = 5.9.3 defaultBuiltBy = JUnit Team