Skip to content

Commit 282ad04

Browse files
Bump org.jetbrains.kotlin:kotlin-test-junit5 from 2.1.10 to 2.1.21
Bumps [org.jetbrains.kotlin:kotlin-test-junit5](https://github.com/JetBrains/kotlin) from 2.1.10 to 2.1.21. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.10...v2.1.21) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-test-junit5 dependency-version: 2.1.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 34ad7e5 commit 282ad04

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
@@ -34,7 +34,7 @@ dependencies {
3434
implementation ("org.mybatis.dynamic-sql:mybatis-dynamic-sql:2.0.0-SNAPSHOT")
3535
testImplementation ("org.assertj:assertj-core:3.27.3")
3636
testImplementation ("org.hsqldb:hsqldb:2.7.4")
37-
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:2.1.10")
37+
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:2.1.21")
3838
}
3939

4040
tasks.withType<Test> {

0 commit comments

Comments
 (0)