File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,9 @@ This repository is the home of _JUnit 5_.
13
13
## Latest Releases
14
14
15
15
- General Availability (GA): [ JUnit 5.13.4] ( https://github.com/junit-team/junit-framework/releases/tag/r5.13.4 ) (July 21, 2025)
16
- - Preview (Milestone/Release Candidate): [ JUnit 6.0.0-RC3] ( https://github.com/junit-team/junit-framework/releases/tag/r6.0.0-RC3 ) (September 14, 2025)
16
+ - Preview (Milestone/Release Candidate):
17
+ - [ JUnit 5.14.0-RC1] ( https://github.com/junit-team/junit-framework/releases/tag/r5.14.0-RC1 ) (September 23, 2025)
18
+ - [ JUnit 6.0.0-RC3] ( https://github.com/junit-team/junit-framework/releases/tag/r6.0.0-RC3 ) (September 14, 2025)
17
19
18
20
## Documentation
19
21
Original file line number Diff line number Diff line change 1
1
group = org.junit
2
- version = 5.14.0-SNAPSHOT
2
+ version = 5.14.0-RC1
3
3
4
4
jupiterGroup = org.junit.jupiter
5
5
6
6
platformGroup = org.junit.platform
7
- platformVersion = 1.14.0-SNAPSHOT
7
+ platformVersion = 1.14.0-RC1
8
8
9
9
vintageGroup = org.junit.vintage
10
- vintageVersion = 5.14.0-SNAPSHOT
10
+ vintageVersion = 5.14.0-RC1
11
11
12
12
# We need more metaspace due to apparent memory leak in Asciidoctor/JRuby
13
13
org.gradle.jvmargs =-Xmx1g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError
You can’t perform that action at this time.
0 commit comments