From 88e9de8114747a69bcd05949dbae7ce2f24ebc01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 20:07:38 +0000 Subject: [PATCH] Bump org.ow2.asm:asm from 9.9.1 to 9.10 Bumps org.ow2.asm:asm from 9.9.1 to 9.10. --- updated-dependencies: - dependency-name: org.ow2.asm:asm dependency-version: '9.10' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Agent/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Agent/build.gradle b/Agent/build.gradle index 5e53f0f..59f13a4 100644 --- a/Agent/build.gradle +++ b/Agent/build.gradle @@ -6,8 +6,8 @@ plugins { } dependencies { - includeInJar "org.ow2.asm:asm:9.9.1" - includeInJar "org.ow2.asm:asm-tree:9.9.1" + includeInJar "org.ow2.asm:asm:9.10" + includeInJar "org.ow2.asm:asm-tree:9.10" } jar {