@@ -6,7 +6,7 @@ This repository is the home of the next generation of JUnit, _JUnit 5_.
6
6
7
7
## Latest Releases
8
8
9
- - General Availability (GA): [ JUnit 5.6.0 ] ( https://github.com/junit-team/junit5/releases/tag/r5.6.0 ) (January 20 , 2020).
9
+ - General Availability (GA): [ JUnit 5.6.1 ] ( https://github.com/junit-team/junit5/releases/tag/r5.6.1 ) (March 22 , 2020).
10
10
- Preview (Milestone/Release Candidate): n/a
11
11
12
12
## Documentation
@@ -83,7 +83,7 @@ See also <https://repo1.maven.org/maven2/org/junit/> for releases and <https://o
83
83
### JUnit Platform
84
84
85
85
- ** Group ID** : ` org.junit.platform `
86
- - ** Version** : ` 1.6.0 ` or ` 1.7.0-SNAPSHOT `
86
+ - ** Version** : ` 1.6.1 ` or ` 1.7.0-SNAPSHOT `
87
87
- ** Artifact IDs** and Java ** module** name:
88
88
- ` junit-platform-commons ` (` org.junit.platform.commons ` )
89
89
- ` 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
98
98
### JUnit Jupiter
99
99
100
100
- ** Group ID** : ` org.junit.jupiter `
101
- - ** Version** : ` 5.6.0 ` or ` 5.7.0-SNAPSHOT `
101
+ - ** Version** : ` 5.6.1 ` or ` 5.7.0-SNAPSHOT `
102
102
- ** Artifact IDs** and Java ** module** name:
103
103
- ` junit-jupiter ` (` org.junit.jupiter ` )
104
104
- ` 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
109
109
### JUnit Vintage
110
110
111
111
- ** Group ID** : ` org.junit.vintage `
112
- - ** Version** : ` 5.6.0 ` or ` 5.7.0-SNAPSHOT `
112
+ - ** Version** : ` 5.6.1 ` or ` 5.7.0-SNAPSHOT `
113
113
- ** Artifact ID** and Java ** module** name:
114
114
- ` junit-vintage-engine ` (` org.junit.vintage.engine ` )
115
115
116
116
### Bill of Materials (BOM)
117
117
118
118
- ** Group ID** : ` org.junit `
119
119
- ** Artifact ID** ` junit-bom `
120
- - ** Version** : ` 5.6.0 ` or ` 5.7.0-SNAPSHOT `
120
+ - ** Version** : ` 5.6.1 ` or ` 5.7.0-SNAPSHOT `
121
121
122
122
123
123
[ Codecov ] : https://codecov.io/gh/junit-team/junit5
0 commit comments