From 8e17421193799d010934532ef45e345b2b7d267e Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 15:36:41 +0200 Subject: [PATCH] [Backport 2.x] Bump org.ow2.asm:asm from 9.7 to 9.7.1 (#4788) Signed-off-by: dependabot[bot] Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a892c8be44..35b8943eb7 100644 --- a/build.gradle +++ b/build.gradle @@ -611,7 +611,7 @@ dependencies { compileOnly 'com.google.errorprone:error_prone_annotations:2.31.0' runtimeOnly 'com.sun.istack:istack-commons-runtime:4.2.0' runtimeOnly 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.2' - runtimeOnly 'org.ow2.asm:asm:9.7' + runtimeOnly 'org.ow2.asm:asm:9.7.1' testImplementation 'org.apache.camel:camel-xmlsecurity:3.22.2'