diff --git a/README.md b/README.md index aa04df17a90..ecf74ef5e4d 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.0](https://github.com/junit-team/junit5/releases/tag/r5.9.0) (July 26, 2022) +- General Availability (GA): [JUnit 5.9.1](https://github.com/junit-team/junit5/releases/tag/r5.9.1) (September 20, 2022) - Preview (Milestone/Release Candidate): n/a ## Documentation diff --git a/gradle.properties b/gradle.properties index e79f19f1ca6..6ada1102451 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,13 +1,13 @@ group = org.junit -version = 5.9.1-SNAPSHOT +version = 5.9.1 jupiterGroup = org.junit.jupiter platformGroup = org.junit.platform -platformVersion = 1.9.1-SNAPSHOT +platformVersion = 1.9.1 vintageGroup = org.junit.vintage -vintageVersion = 5.9.1-SNAPSHOT +vintageVersion = 5.9.1 defaultBuiltBy = JUnit Team