From f18b8e51af28ac96a784d5ef5e197e5e5d3d9622 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 30 Dec 2024 15:03:41 +0000 Subject: [PATCH] Bump org.apache.camel:camel-xmlsecurity from 3.22.2 to 3.22.3 (#4994) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit fb4375d6671e6891618ffd73d0166dc4294d27a6) 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 3e636bd8b9..7c62cf0d48 100644 --- a/build.gradle +++ b/build.gradle @@ -618,7 +618,7 @@ dependencies { runtimeOnly 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.2' runtimeOnly 'org.ow2.asm:asm:9.7.1' - testImplementation 'org.apache.camel:camel-xmlsecurity:3.22.2' + testImplementation 'org.apache.camel:camel-xmlsecurity:3.22.3' //OpenSAML implementation 'net.shibboleth.utilities:java-support:8.4.2'