From d851978a42c90195dbbe95f6924aeab904c0b9fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 06:37:47 +0000 Subject: [PATCH] dependabot: bump org.apache.ws.xmlschema:xmlschema-core Bumps org.apache.ws.xmlschema:xmlschema-core from 2.3.0 to 2.3.1. --- updated-dependencies: - dependency-name: org.apache.ws.xmlschema:xmlschema-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1f3d9a189a..afdbd011ba 100644 --- a/build.gradle +++ b/build.gradle @@ -563,7 +563,7 @@ dependencies { runtimeOnly 'org.codehaus.woodstox:stax2-api:4.2.1' runtimeOnly "org.glassfish.jaxb:txw2:${jaxb_version}" runtimeOnly 'com.fasterxml.woodstox:woodstox-core:6.5.1' - runtimeOnly 'org.apache.ws.xmlschema:xmlschema-core:2.3.0' + runtimeOnly 'org.apache.ws.xmlschema:xmlschema-core:2.3.1' runtimeOnly 'org.apache.santuario:xmlsec:2.3.3' runtimeOnly "com.github.luben:zstd-jni:${versions.zstd}" runtimeOnly 'org.checkerframework:checker-qual:3.36.0'