From f52621c683c70d05cf040596911c8be04b4bad65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 04:06:17 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin:kotlin-test-junit from 2.0.0 to 2.0.10 Bumps [org.jetbrains.kotlin:kotlin-test-junit](https://github.com/JetBrains/kotlin) from 2.0.0 to 2.0.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.0...v2.0.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-test-junit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 29a2cbd..b958dd4 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ java { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:2.0.0" testImplementation "com.natpryce:hamkrest:1.8.0.1" - testImplementation 'org.jetbrains.kotlin:kotlin-test-junit:2.0.0' + testImplementation 'org.jetbrains.kotlin:kotlin-test-junit:2.0.10' testImplementation 'junit:junit:4.13.2' testImplementation "pl.pragmatists:JUnitParams:1.1.1" testImplementation 'io.kotest:kotest-runner-junit4:5.9.1'