From 0947366cee9d595bd7ebf3ea5fb9def066fdd3b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 08:18:53 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin:kotlin-stdlib from 2.2.21 to 2.3.0 Bumps [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) from 2.2.21 to 2.3.0. - [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.2.21...v2.3.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 023e4ff..620072a 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.jetbrains.kotlin.jvm' version '2.2.21' + id 'org.jetbrains.kotlin.jvm' version '2.3.0' id 'application' } @@ -40,7 +40,7 @@ task importMEW(type: JavaExec) { dependencies { implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4" - implementation "org.jetbrains.kotlin:kotlin-stdlib:2.2.21" + implementation "org.jetbrains.kotlin:kotlin-stdlib:2.3.0" implementation "com.github.komputing.kethereum:erc20:0.86.0" implementation "com.github.komputing.kethereum:erc55:0.86.0"