We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46384d0 commit c7b95c5Copy full SHA for c7b95c5
junit5-jupiter-starter-gradle/build-SNAPSHOT.gradle
@@ -8,7 +8,7 @@ repositories {
8
}
9
10
dependencies {
11
- testImplementation(platform('org.junit:junit-bom:5.12.0-SNAPSHOT'))
+ testImplementation(platform('org.junit:junit-bom:5.13.0-SNAPSHOT'))
12
testImplementation('org.junit.jupiter:junit-jupiter')
13
testRuntimeOnly('org.junit.platform:junit-platform-launcher')
14
junit5-jupiter-starter-maven/pom-SNAPSHOT.xml
@@ -18,7 +18,7 @@
18
<dependency>
19
<groupId>org.junit</groupId>
20
<artifactId>junit-bom</artifactId>
21
- <version>5.12.0-SNAPSHOT</version>
+ <version>5.13.0-SNAPSHOT</version>
22
<type>pom</type>
23
<scope>import</scope>
24
</dependency>
0 commit comments