From bff24bc0bf09def34bf607b2159f164a3ba890aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 03:58:31 +0000 Subject: [PATCH] Bump org.jetbrains.kotlinx:kotlinx-metadata-jvm from 0.7.0 to 0.9.0 Bumps [org.jetbrains.kotlinx:kotlinx-metadata-jvm](https://github.com/JetBrains/kotlin) from 0.7.0 to 0.9.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/commits) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-metadata-jvm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index d146904..15a4fe5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -21,7 +21,7 @@ dependencies { implementation("org.ow2.asm:asm:9.6") implementation("com.guardsquare:proguard-core:9.1.2") implementation("net.bytebuddy:byte-buddy:1.14.12") - implementation("org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.7.0") + implementation("org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.9.0") // Testing