From 163bfe4ed1e8cb080c2d4e5e5e5e0d80887ee123 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 10:30:54 -0400 Subject: [PATCH] [Backport 2.x] dependabot: bump org.apache.camel:camel-xmlsecurity from 3.21.0 to 3.21.1 (#3436) Backport 567217cd5b4a28ce4ceb7fe6c8923ce7e1e489c9 from #3432. 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 10911ef5a4..c4d74d66a0 100644 --- a/build.gradle +++ b/build.gradle @@ -539,7 +539,7 @@ dependencies { runtimeOnly 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.0' runtimeOnly 'org.ow2.asm:asm:9.6' - testImplementation 'org.apache.camel:camel-xmlsecurity:3.21.0' + testImplementation 'org.apache.camel:camel-xmlsecurity:3.21.1' //OpenSAML implementation 'net.shibboleth.utilities:java-support:7.5.1'