]> source.dussan.org Git - poi.git/commitdiff
Bump org.apache.santuario:xmlsec from 3.0.4 to 4.0.3 dependabot/gradle/org.apache.santuario-xmlsec-4.0.3 724/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 5 Nov 2024 14:13:15 +0000 (14:13 +0000)
committerGitHub <noreply@github.com>
Tue, 5 Nov 2024 14:13:15 +0000 (14:13 +0000)
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>
build.gradle

index 8d991ac137b10ea26b15b4e5da1cd2d16159c812..3eb517b1862a513c567baa21f81eb2d7430ca4b8 100644 (file)
@@ -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