Skip to content

Commit

Permalink
Release 5.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Feb 4, 2024
1 parent 463a147 commit 4c0ddda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@ This repository is the home of _JUnit 5_.

## Latest Releases

- General Availability (GA): [JUnit 5.10.1](https://github.com/junit-team/junit5/releases/tag/r5.10.1) (November 5, 2023)
- General Availability (GA): [JUnit 5.10.2](https://github.com/junit-team/junit5/releases/tag/r5.10.2) (February 4, 2024)
- Preview (Milestone/Release Candidate): N/A

## Documentation
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
@@ -1,13 +1,13 @@
group = org.junit
version = 5.10.2-SNAPSHOT
version = 5.10.2

jupiterGroup = org.junit.jupiter

platformGroup = org.junit.platform
platformVersion = 1.10.2-SNAPSHOT
platformVersion = 1.10.2

vintageGroup = org.junit.vintage
vintageVersion = 5.10.2-SNAPSHOT
vintageVersion = 5.10.2

# We need more metaspace due to apparent memory leak in Asciidoctor/JRuby
# The exports are needed due to https://github.com/diffplug/spotless/issues/834
Expand Down

0 comments on commit 4c0ddda

Please sign in to comment.