File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ This repository is the home of _JUnit 5_.
1313## Latest Releases
1414
1515- General Availability (GA): [ JUnit 5.12.1] ( https://github.com/junit-team/junit5/releases/tag/r5.12.1 ) (March 14, 2025)
16- - Preview (Milestone/Release Candidate): [ JUnit 5.13.0-M1 ] ( https://github.com/junit-team/junit5/releases/tag/r5.13.0-M1 ) (March 21 , 2025)
16+ - Preview (Milestone/Release Candidate): [ JUnit 5.13.0-M2 ] ( https://github.com/junit-team/junit5/releases/tag/r5.13.0-M2 ) (March 24 , 2025)
1717
1818## Documentation
1919
Original file line number Diff line number Diff line change 11group = org.junit
2- version = 5.13.0-SNAPSHOT
2+ version = 5.13.0-M2
33
44jupiterGroup = org.junit.jupiter
55
66platformGroup = org.junit.platform
7- platformVersion = 1.13.0-SNAPSHOT
7+ platformVersion = 1.13.0-M2
88
99vintageGroup = org.junit.vintage
10- vintageVersion = 5.13.0-SNAPSHOT
10+ vintageVersion = 5.13.0-M2
1111
1212# We need more metaspace due to apparent memory leak in Asciidoctor/JRuby
1313org.gradle.jvmargs =-Xmx1g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError
You can’t perform that action at this time.
0 commit comments