Skip to content

Commit 9e8abdd

Browse files
committed
Release 5.13.3
1 parent 8a0be13 commit 9e8abdd

File tree

3 files changed

+7
-38
lines changed

3 files changed

+7
-38
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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.13.2](https://github.com/junit-team/junit-framework/releases/tag/r5.13.2) (June 24, 2025)
15+
- General Availability (GA): [JUnit 5.13.3](https://github.com/junit-team/junit-framework/releases/tag/r5.13.3) (July 4, 2025)
1616
- Preview (Milestone/Release Candidate): [JUnit 5.13.0-RC1](https://github.com/junit-team/junit-framework/releases/tag/r5.13.0-RC1) (May 16, 2025)
1717

1818
## Documentation
Lines changed: 3 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[[release-notes-5.13.3]]
22
== 5.13.3
33

4-
*Date of Release:*
4+
*Date of Release:* July 4, 2025
55

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

@@ -13,20 +13,7 @@ repository on GitHub.
1313
[[release-notes-5.13.3-junit-platform]]
1414
=== JUnit Platform
1515

16-
[[release-notes-5.13.3-junit-platform-bug-fixes]]
17-
==== Bug Fixes
18-
19-
* ❓
20-
21-
[[release-notes-5.13.3-junit-platform-deprecations-and-breaking-changes]]
22-
==== Deprecations and Breaking Changes
23-
24-
* ❓
25-
26-
[[release-notes-5.13.3-junit-platform-new-features-and-improvements]]
27-
==== New Features and Improvements
28-
29-
* ❓
16+
No changes.
3017

3118

3219
[[release-notes-5.13.3-junit-jupiter]]
@@ -44,11 +31,6 @@ repository on GitHub.
4431
`"my custom reason"` instead of
4532
`"null ++==>++ my custom reason"`.
4633

47-
[[release-notes-5.13.3-junit-jupiter-deprecations-and-breaking-changes]]
48-
==== Deprecations and Breaking Changes
49-
50-
* ❓
51-
5234
[[release-notes-5.13.3-junit-jupiter-new-features-and-improvements]]
5335
==== New Features and Improvements
5436

@@ -65,17 +47,4 @@ repository on GitHub.
6547
[[release-notes-5.13.3-junit-vintage]]
6648
=== JUnit Vintage
6749

68-
[[release-notes-5.13.3-junit-vintage-bug-fixes]]
69-
==== Bug Fixes
70-
71-
* ❓
72-
73-
[[release-notes-5.13.3-junit-vintage-deprecations-and-breaking-changes]]
74-
==== Deprecations and Breaking Changes
75-
76-
* ❓
77-
78-
[[release-notes-5.13.3-junit-vintage-new-features-and-improvements]]
79-
==== New Features and Improvements
80-
81-
* ❓
50+
No changes.

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.13.3-SNAPSHOT
2+
version = 5.13.3
33

44
jupiterGroup = org.junit.jupiter
55

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

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