From 4fa16b5cdc3f8b7db10e3d4dfc55ebd4a97dd89f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 23:22:41 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-common 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 6c25f19..296468e 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ dependencies { implementation 'com.squareup.okio:okio-jvm:3.8.0' implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.22' implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.22' - implementation 'org.jetbrains.kotlin:kotlin-stdlib-common:1.9.22' + implementation 'org.jetbrains.kotlin:kotlin-stdlib-common:2.0.0' testImplementation 'junit:junit:4.13.2' }