From 404269c0eb94949f0b3d3ade21032891845b2452 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 6 Nov 2023 14:48:31 +0000 Subject: [PATCH] Bump org.apache.camel:camel-xmlsecurity from 3.21.1 to 3.21.2 (#3655) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit 37f5521469a9d71e46b18837008586a2d0ef1578) Signed-off-by: github-actions[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7d54c09c20..38f899d5b2 100644 --- a/build.gradle +++ b/build.gradle @@ -601,7 +601,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.1' + testImplementation 'org.apache.camel:camel-xmlsecurity:3.21.2' //OpenSAML implementation 'net.shibboleth.utilities:java-support:7.5.1'