From b7dad4a8ad3e34a40ab28936b76ae01a8743a56f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 03:10:20 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin:kotlin-test-junit from 2.0.10 to 2.0.20 Bumps [org.jetbrains.kotlin:kotlin-test-junit](https://github.com/JetBrains/kotlin) from 2.0.10 to 2.0.20. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.10...v2.0.20) --- 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 287caa5..f789165 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ java { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:2.0.10" testImplementation "com.natpryce:hamkrest:1.8.0.1" - testImplementation 'org.jetbrains.kotlin:kotlin-test-junit:2.0.10' + testImplementation 'org.jetbrains.kotlin:kotlin-test-junit:2.0.20' testImplementation 'junit:junit:4.13.2' testImplementation "pl.pragmatists:JUnitParams:1.1.1" testImplementation 'io.kotest:kotest-runner-junit4:5.9.1'