From 6ab336611f1b2719e9f08114e8c9a8245e19c454 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 16:19:13 +0100 Subject: [PATCH] [Backport 2.x] Bump org.apache.camel:camel-xmlsecurity from 3.21.2 to 3.21.3 (#3864) Backport eaefc2d586843a9047ea1d0d856ae32a99d01a57 from #3856. 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 6e59d59feb..ba2d51adde 100644 --- a/build.gradle +++ b/build.gradle @@ -603,7 +603,7 @@ dependencies { runtimeOnly 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.1' runtimeOnly 'org.ow2.asm:asm:9.6' - testImplementation 'org.apache.camel:camel-xmlsecurity:3.21.2' + testImplementation 'org.apache.camel:camel-xmlsecurity:3.21.3' //OpenSAML implementation 'net.shibboleth.utilities:java-support:8.4.0'