Skip to content

Commit c7b95c5

Browse files
committed
Test against 5.13.0-SNAPSHOT
1 parent 46384d0 commit c7b95c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

junit5-jupiter-starter-gradle/build-SNAPSHOT.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88
}
99

1010
dependencies {
11-
testImplementation(platform('org.junit:junit-bom:5.12.0-SNAPSHOT'))
11+
testImplementation(platform('org.junit:junit-bom:5.13.0-SNAPSHOT'))
1212
testImplementation('org.junit.jupiter:junit-jupiter')
1313
testRuntimeOnly('org.junit.platform:junit-platform-launcher')
1414
}

junit5-jupiter-starter-maven/pom-SNAPSHOT.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>org.junit</groupId>
2020
<artifactId>junit-bom</artifactId>
21-
<version>5.12.0-SNAPSHOT</version>
21+
<version>5.13.0-SNAPSHOT</version>
2222
<type>pom</type>
2323
<scope>import</scope>
2424
</dependency>

0 commit comments

Comments
 (0)