@@ -6,7 +6,7 @@ This repository is the home of the next generation of JUnit, _JUnit 5_.
66
77## Latest Releases
88
9- - General Availability (GA): [ JUnit 5.6.1 ] ( https://github.com/junit-team/junit5/releases/tag/r5.6.1 ) (March 22 , 2020).
9+ - General Availability (GA): [ JUnit 5.6.2 ] ( https://github.com/junit-team/junit5/releases/tag/r5.6.2 ) (April 10 , 2020).
1010- Preview (Milestone/Release Candidate): n/a
1111
1212## Documentation
@@ -83,7 +83,7 @@ See also <https://repo1.maven.org/maven2/org/junit/> for releases and <https://o
8383### JUnit Platform
8484
8585- ** Group ID** : ` org.junit.platform `
86- - ** Version** : ` 1.6.1 ` or ` 1.7.0-SNAPSHOT `
86+ - ** Version** : ` 1.6.2 ` or ` 1.7.0-SNAPSHOT `
8787- ** Artifact IDs** and Java ** module** name:
8888 - ` junit-platform-commons ` (` org.junit.platform.commons ` )
8989 - ` junit-platform-console ` (` org.junit.platform.console ` )
@@ -98,7 +98,7 @@ See also <https://repo1.maven.org/maven2/org/junit/> for releases and <https://o
9898### JUnit Jupiter
9999
100100- ** Group ID** : ` org.junit.jupiter `
101- - ** Version** : ` 5.6.1 ` or ` 5.7.0-SNAPSHOT `
101+ - ** Version** : ` 5.6.2 ` or ` 5.7.0-SNAPSHOT `
102102- ** Artifact IDs** and Java ** module** name:
103103 - ` junit-jupiter ` (` org.junit.jupiter ` )
104104 - ` junit-jupiter-api ` (` org.junit.jupiter.api ` )
@@ -109,15 +109,15 @@ See also <https://repo1.maven.org/maven2/org/junit/> for releases and <https://o
109109### JUnit Vintage
110110
111111- ** Group ID** : ` org.junit.vintage `
112- - ** Version** : ` 5.6.1 ` or ` 5.7.0-SNAPSHOT `
112+ - ** Version** : ` 5.6.2 ` or ` 5.7.0-SNAPSHOT `
113113- ** Artifact ID** and Java ** module** name:
114114 - ` junit-vintage-engine ` (` org.junit.vintage.engine ` )
115115
116116### Bill of Materials (BOM)
117117
118118- ** Group ID** : ` org.junit `
119119- ** Artifact ID** ` junit-bom `
120- - ** Version** : ` 5.6.1 ` or ` 5.7.0-SNAPSHOT `
120+ - ** Version** : ` 5.6.2 ` or ` 5.7.0-SNAPSHOT `
121121
122122
123123[ Codecov ] : https://codecov.io/gh/junit-team/junit5
0 commit comments