Skip to content

Commit 6430ba4

Browse files
committed
Release 5.11.4
1 parent d093121 commit 6430ba4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This repository is the home of _JUnit 5_.
1212

1313
## Latest Releases
1414

15-
- General Availability (GA): [JUnit 5.11.3](https://github.com/junit-team/junit5/releases/tag/r5.11.3) (October 21, 2024)
15+
- General Availability (GA): [JUnit 5.11.4](https://github.com/junit-team/junit5/releases/tag/r5.11.4) (December 16, 2024)
1616
- Preview (Milestone/Release Candidate): N/A
1717

1818
## Documentation

documentation/src/docs/asciidoc/release-notes/release-notes-5.11.4.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[[release-notes-5.11.4]]
22
== 5.11.4
33

4-
*Date of Release:* December 13, 2024
4+
*Date of Release:* December 16, 2024
55

66
*Scope:* Bug fixes and enhancements since 5.11.3
77

gradle.properties

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

44
jupiterGroup = org.junit.jupiter
55

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

99
vintageGroup = org.junit.vintage
10-
vintageVersion = 5.11.4-SNAPSHOT
10+
vintageVersion = 5.11.4
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)