Skip to content

Commit 0561e5a

Browse files
dependabot[bot]gesellix
authored andcommitted
Bump kotlin-test-junit5 from 1.6.21 to 1.7.0
Bumps [kotlin-test-junit5](https://github.com/JetBrains/kotlin) from 1.6.21 to 1.7.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-test-junit5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e16f98c commit 0561e5a

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
@@ -76,7 +76,7 @@ dependencies {
7676
implementation("com.google.re2j:re2j:1.6")
7777
// implementation("com.github.fge:json-schema-validator:2.2.6")
7878

79-
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:1.6.21")
79+
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:1.7.0")
8080
testImplementation("io.kotest:kotest-runner-junit5:5.3.1")
8181
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.8.2")
8282
}

0 commit comments

Comments
 (0)