From 8db4dc51c60952419896bc27c84f48f28c7697f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 03:21:12 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-test-junit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d095ebf..8fdcd48 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ java { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:1.9.24" testImplementation "com.natpryce:hamkrest:1.8.0.1" - testImplementation 'org.jetbrains.kotlin:kotlin-test-junit:1.9.24' + testImplementation 'org.jetbrains.kotlin:kotlin-test-junit:2.0.0' testImplementation 'junit:junit:4.13.2' testImplementation "pl.pragmatists:JUnitParams:1.1.1" testImplementation 'io.kotest:kotest-runner-junit4:5.9.0'