@@ -6,8 +6,8 @@ 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.5.1 ] ( https://github.com/junit-team/junit5/releases/tag/r5.5.1 )
10
- (July 20 , 2019).
9
+ - General Availability (GA): [ JUnit 5.5.2 ] ( https://github.com/junit-team/junit5/releases/tag/r5.5.2 )
10
+ (September 8 , 2019).
11
11
- Preview (Milestone/Release Candidate): N/A
12
12
13
13
## Documentation
@@ -84,7 +84,7 @@ See also <https://repo1.maven.org/maven2/org/junit/> for releases and <https://o
84
84
### JUnit Platform
85
85
86
86
- ** Group ID** : ` org.junit.platform `
87
- - ** Version** : ` 1.5.1 ` or ` 1.6.0-SNAPSHOT `
87
+ - ** Version** : ` 1.5.2 ` or ` 1.6.0-SNAPSHOT `
88
88
- ** Artifact IDs** and Java ** module** name:
89
89
- ` junit-platform-commons ` (` org.junit.platform.commons ` )
90
90
- ` junit-platform-console ` (` org.junit.platform.console ` )
@@ -99,7 +99,7 @@ See also <https://repo1.maven.org/maven2/org/junit/> for releases and <https://o
99
99
### JUnit Jupiter
100
100
101
101
- ** Group ID** : ` org.junit.jupiter `
102
- - ** Version** : ` 5.5.1 ` or ` 5.6.0-SNAPSHOT `
102
+ - ** Version** : ` 5.5.2 ` or ` 5.6.0-SNAPSHOT `
103
103
- ** Artifact IDs** and Java ** module** name:
104
104
- ` junit-jupiter ` (` org.junit.jupiter ` )
105
105
- ` junit-jupiter-api ` (` org.junit.jupiter.api ` )
@@ -110,15 +110,15 @@ See also <https://repo1.maven.org/maven2/org/junit/> for releases and <https://o
110
110
### JUnit Vintage
111
111
112
112
- ** Group ID** : ` org.junit.vintage `
113
- - ** Version** : ` 5.5.1 ` or ` 5.6.0-SNAPSHOT `
113
+ - ** Version** : ` 5.5.2 ` or ` 5.6.0-SNAPSHOT `
114
114
- ** Artifact ID** and Java ** module** name:
115
115
- ` junit-vintage-engine ` (` org.junit.vintage.engine ` )
116
116
117
117
### Bill of Materials (BOM)
118
118
119
119
- ** Group ID** : ` org.junit `
120
120
- ** Artifact ID** ` junit-bom `
121
- - ** Version** : ` 5.5.1 ` or ` 5.6.0-SNAPSHOT `
121
+ - ** Version** : ` 5.5.2 ` or ` 5.6.0-SNAPSHOT `
122
122
123
123
124
124
[ Codecov ] : https://codecov.io/gh/junit-team/junit5
0 commit comments