From d73d9622070f768fa48b0735294fb0fe530f85e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 13:14:00 +0000 Subject: [PATCH] dependabot: bump org.apache.camel:camel-xmlsecurity Bumps org.apache.camel:camel-xmlsecurity from 3.14.2 to 3.21.0. --- updated-dependencies: - dependency-name: org.apache.camel:camel-xmlsecurity dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e47c03b6dc..8b53002ad5 100644 --- a/build.gradle +++ b/build.gradle @@ -511,7 +511,7 @@ dependencies { runtimeOnly 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.0' runtimeOnly 'org.ow2.asm:asm:9.1' - testImplementation 'org.apache.camel:camel-xmlsecurity:3.14.2' + testImplementation 'org.apache.camel:camel-xmlsecurity:3.21.0' //OpenSAML implementation 'net.shibboleth.utilities:java-support:8.4.0'