Skip to content

Commit 732a540

Browse files
committed
Release 5.9.1
1 parent 88bf48d commit 732a540

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This repository is the home of the next generation of JUnit, _JUnit 5_.
66

77
## Latest Releases
88

9-
- General Availability (GA): [JUnit 5.9.0](https://github.com/junit-team/junit5/releases/tag/r5.9.0) (July 26, 2022)
9+
- General Availability (GA): [JUnit 5.9.1](https://github.com/junit-team/junit5/releases/tag/r5.9.1) (September 20, 2022)
1010
- Preview (Milestone/Release Candidate): n/a
1111

1212
## Documentation

gradle.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
group = org.junit
2-
version = 5.9.1-SNAPSHOT
2+
version = 5.9.1
33

44
jupiterGroup = org.junit.jupiter
55

66
platformGroup = org.junit.platform
7-
platformVersion = 1.9.1-SNAPSHOT
7+
platformVersion = 1.9.1
88

99
vintageGroup = org.junit.vintage
10-
vintageVersion = 5.9.1-SNAPSHOT
10+
vintageVersion = 5.9.1
1111

1212
defaultBuiltBy = JUnit Team
1313

0 commit comments

Comments
 (0)