aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-11-05 14:13:15 +0000
committerGitHub <noreply@github.com>2024-11-05 14:13:15 +0000
commit5d595c8e71b4f2f51b1b708f250e99e427b8c417 (patch)
treecc3b65d5e03904458220a2f17482c2c46cd5b798
parent5ba45570d6a2d087b3d71706e8c079f3b244020a (diff)
downloadpoi-5d595c8e71b4f2f51b1b708f250e99e427b8c417.tar.gz
poi-5d595c8e71b4f2f51b1b708f250e99e427b8c417.zip
Bump org.apache.santuario:xmlsec from 3.0.4 to 4.0.3dependabot/gradle/org.apache.santuario-xmlsec-4.0.3
Bumps org.apache.santuario:xmlsec from 3.0.4 to 4.0.3. --- updated-dependencies: - dependency-name: org.apache.santuario:xmlsec dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 8d991ac137..3eb517b186 100644
--- a/build.gradle
+++ b/build.gradle
@@ -132,7 +132,7 @@ subprojects {
graphics2dVersion = '3.0.2'
pdfboxVersion = '3.0.3'
saxonVersion = '12.5'
- xmlSecVersion = '3.0.4'
+ xmlSecVersion = '4.0.3'
apiGuardianVersion = '1.1.2'
jdkVersion = (project.properties['jdkVersion'] ?: '8') as int