Skip to content

Commit 752bc20

Browse files
Bump junitJupiterVersion from 5.6.0 to 5.7.0
Bumps `junitJupiterVersion` from 5.6.0 to 5.7.0. Updates `junit-jupiter-api` from 5.6.0 to 5.7.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.6.0...r5.7.0) Updates `junit-jupiter-engine` from 5.6.0 to 5.7.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.6.0...r5.7.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent f4466b2 commit 752bc20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ repositories {
4949

5050
dependencies {
5151
val junitPlatformVersion = "1.6.0"
52-
val junitJupiterVersion = "5.6.0"
52+
val junitJupiterVersion = "5.7.0"
5353

5454
compileOnly("org.junit.platform:junit-platform-engine:$junitPlatformVersion")
5555
compileOnly("org.scalatest:scalatest_2.11:3.2.0")

0 commit comments

Comments
 (0)