From 6f1810bdc091840d31fb5e9598b1dc846e6519e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 01:35:20 +0000 Subject: [PATCH] Bump org.ow2.asm:asm-tree from 9.10 to 9.10.1 Bumps org.ow2.asm:asm-tree from 9.10 to 9.10.1. --- updated-dependencies: - dependency-name: org.ow2.asm:asm-tree dependency-version: 9.10.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 59f13a4..bf8d637 100644 --- a/Agent/build.gradle +++ b/Agent/build.gradle @@ -6,8 +6,8 @@ plugins { } dependencies { - includeInJar "org.ow2.asm:asm:9.10" - includeInJar "org.ow2.asm:asm-tree:9.10" + includeInJar "org.ow2.asm:asm:9.10.1" + includeInJar "org.ow2.asm:asm-tree:9.10.1" } jar {