From 79a25abea4912ec391f157f0f01975decd1bd10d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 03:20:13 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib 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..434a7c7 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ java { } dependencies { - implementation "org.jetbrains.kotlin:kotlin-stdlib:1.9.24" + implementation "org.jetbrains.kotlin:kotlin-stdlib:2.0.0" testImplementation "com.natpryce:hamkrest:1.8.0.1" testImplementation 'org.jetbrains.kotlin:kotlin-test-junit:1.9.24' testImplementation 'junit:junit:4.13.2'