From 8d37416d66763086d9913b64013084cb10e7e0db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 06:25:42 +0000 Subject: [PATCH] dependabot: bump org.apache.santuario:xmlsec from 2.2.3 to 2.3.3 Bumps org.apache.santuario:xmlsec from 2.2.3 to 2.3.3. --- updated-dependencies: - dependency-name: org.apache.santuario:xmlsec 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 66b0ba2d06..33a344f3ac 100644 --- a/build.gradle +++ b/build.gradle @@ -568,7 +568,7 @@ dependencies { runtimeOnly "org.glassfish.jaxb:txw2:${jaxb_version}" runtimeOnly 'com.fasterxml.woodstox:woodstox-core:6.5.1' runtimeOnly 'org.apache.ws.xmlschema:xmlschema-core:2.2.5' - runtimeOnly 'org.apache.santuario:xmlsec:2.2.3' + runtimeOnly 'org.apache.santuario:xmlsec:2.3.3' runtimeOnly "com.github.luben:zstd-jni:${versions.zstd}" runtimeOnly 'org.checkerframework:checker-qual:3.36.0' runtimeOnly "org.bouncycastle:bcpkix-jdk15to18:${versions.bouncycastle}"