Skip to content

Commit 4c0ddda

Browse files
committed
Release 5.10.2
1 parent 463a147 commit 4c0ddda

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 _JUnit 5_.
66

77
## Latest Releases
88

9-
- General Availability (GA): [JUnit 5.10.1](https://github.com/junit-team/junit5/releases/tag/r5.10.1) (November 5, 2023)
9+
- General Availability (GA): [JUnit 5.10.2](https://github.com/junit-team/junit5/releases/tag/r5.10.2) (February 4, 2024)
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.10.2-SNAPSHOT
2+
version = 5.10.2
33

44
jupiterGroup = org.junit.jupiter
55

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

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

1212
# We need more metaspace due to apparent memory leak in Asciidoctor/JRuby
1313
# The exports are needed due to https://github.com/diffplug/spotless/issues/834

0 commit comments

Comments
 (0)