Skip to content

Commit 768c61e

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

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.7.0"
52+
val junitJupiterVersion = "5.7.1"
5353

5454
val testScalaLibraryVersion = "2.13"
5555
val testScalaVersion = "$testScalaLibraryVersion.4"

0 commit comments

Comments
 (0)