From 53b688c63e0d07883f5c8ed5fe85649a24fd470a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 06:02:53 +0000 Subject: [PATCH] chore(deps): bump org.ow2.asm:asm-tree from 9.5 to 9.6 Bumps org.ow2.asm:asm-tree from 9.5 to 9.6. --- updated-dependencies: - dependency-name: org.ow2.asm:asm-tree dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle-plugin-separated/build.gradle.kts | 2 +- gradle-plugin/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle-plugin-separated/build.gradle.kts b/gradle-plugin-separated/build.gradle.kts index 8c8df5d..dd09819 100644 --- a/gradle-plugin-separated/build.gradle.kts +++ b/gradle-plugin-separated/build.gradle.kts @@ -28,7 +28,7 @@ dependencies { shadow("org.apache.httpcomponents:httpclient:4.5.14") shadow("org.ow2.asm:asm:9.5") shadow("org.ow2.asm:asm-commons:9.5") - shadow("org.ow2.asm:asm-tree:9.5") + shadow("org.ow2.asm:asm-tree:9.6") shadow("org.snakeyaml:snakeyaml-engine:2.6") //shadow("org.jetbrains.kotlinx:kotlinx-serialization-core:1.2.2") //shadow("org.jetbrains.kotlinx:kotlinx-serialization-json:1.2.2") diff --git a/gradle-plugin/build.gradle.kts b/gradle-plugin/build.gradle.kts index a63abc7..b1c7b78 100644 --- a/gradle-plugin/build.gradle.kts +++ b/gradle-plugin/build.gradle.kts @@ -30,7 +30,7 @@ dependencies { implementation("org.apache.httpcomponents:httpclient:4.5.14") implementation("org.ow2.asm:asm:9.5") implementation("org.ow2.asm:asm-commons:9.5") - implementation("org.ow2.asm:asm-tree:9.5") + implementation("org.ow2.asm:asm-tree:9.6") implementation("org.snakeyaml:snakeyaml-engine:2.6") testImplementation(platform("io.kotest:kotest-bom:4.6.3"))