@@ -4,8 +4,8 @@ This repository is the home of the next generation of JUnit, _JUnit 5_.
4
4
5
5
## Latest Releases
6
6
7
- - General Availability (GA): [ JUnit 5.3.1 ] ( https://github.com/junit-team/junit5/releases/tag/r5.3.1 )
8
- (September 11 , 2018).
7
+ - General Availability (GA): [ JUnit 5.3.2 ] ( https://github.com/junit-team/junit5/releases/tag/r5.3.2 )
8
+ (November 25 , 2018).
9
9
- Preview (Milestone/Release Candidate): N/A
10
10
11
11
## Documentation
@@ -85,7 +85,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
85
85
### JUnit Platform
86
86
87
87
- ** Group ID** : ` org.junit.platform `
88
- - ** Version** : ` 1.3.1 ` or ` 1.3.2 -SNAPSHOT `
88
+ - ** Version** : ` 1.3.2 ` or ` 1.3.3 -SNAPSHOT `
89
89
- ** Artifact IDs** and ** Automatic-Module-Name** :
90
90
- ` junit-platform-commons ` (` org.junit.platform.commons ` )
91
91
- ` junit-platform-console ` (` org.junit.platform.console ` )
@@ -99,7 +99,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
99
99
### JUnit Jupiter
100
100
101
101
- ** Group ID** : ` org.junit.jupiter `
102
- - ** Version** : ` 5.3.1 ` or ` 5.3.2 -SNAPSHOT `
102
+ - ** Version** : ` 5.3.2 ` or ` 5.3.3 -SNAPSHOT `
103
103
- ** Artifact IDs** and ** Automatic-Module-Name** :
104
104
- ` junit-jupiter-api ` (` org.junit.jupiter.api ` )
105
105
- ` junit-jupiter-engine ` (` org.junit.jupiter.engine ` )
@@ -109,15 +109,15 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
109
109
### JUnit Vintage
110
110
111
111
- ** Group ID** : ` org.junit.vintage `
112
- - ** Version** : ` 5.3.1 ` or ` 5.3.2 -SNAPSHOT `
112
+ - ** Version** : ` 5.3.2 ` or ` 5.3.3 -SNAPSHOT `
113
113
- ** Artifact ID** and ** Automatic-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.3.1 ` or ` 5.3.2 -SNAPSHOT `
120
+ - ** Version** : ` 5.3.2 ` or ` 5.3.3 -SNAPSHOT `
121
121
122
122
## Java Module Names
123
123
0 commit comments