From c7919de5ff82bfc9bd5d9b9936a9a145f768a6f2 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 08:15:28 -0500 Subject: [PATCH] [Backport 2.x] Bump org.apache.camel:camel-xmlsecurity from 3.21.3 to 3.22.0 (#3906) Backport 26e62d5b77300695e3bd94352a5e297e28828b15 from #3904. 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 ad85a00729..f8a46b53e1 100644 --- a/build.gradle +++ b/build.gradle @@ -607,7 +607,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.3' + testImplementation 'org.apache.camel:camel-xmlsecurity:3.22.0' //OpenSAML implementation 'net.shibboleth.utilities:java-support:8.4.0'