Skip to content

Commit 8545c93

Browse files
committed
Release 5.14.0
1 parent 1d405a0 commit 8545c93

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ This repository is the home of _JUnit 5_.
1212

1313
## Latest Releases
1414

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):
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)
15+
- General Availability (GA): [JUnit 5.14.0](https://github.com/junit-team/junit-framework/releases/tag/r5.14.0) (September 30, 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)
1917

2018
## Documentation
2119

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
group = org.junit
2-
version = 5.14.0-SNAPSHOT
2+
version = 5.14.0
33

44
jupiterGroup = org.junit.jupiter
55

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

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

1212
# We need more metaspace due to apparent memory leak in Asciidoctor/JRuby
1313
org.gradle.jvmargs=-Xmx1g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError

0 commit comments

Comments
 (0)