Skip to content

Commit

Permalink
build(deps): bump org.apache.santuario:xmlsec from 4.0.0 to 4.0.1
Browse files Browse the repository at this point in the history
Bumps org.apache.santuario:xmlsec from 4.0.0 to 4.0.1.

---
updated-dependencies:
- dependency-name: org.apache.santuario:xmlsec
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 28, 2023
1 parent b8e8766 commit 57ff96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ versions.tomcatVersion = "9.0.83"
versions.statsdClientVersion = "3.1.0" // statsd is not included in spring-boot 2.2 and later, so we need to specify the dependency explicitly
versions.junitVersion = "4.13.2" // Needed to support junit 4 with spring-boot 2.4
versions.velocityEngineCoreVersion = "2.3"
versions.xmlsecVersion ="4.0.0"
versions.xmlsecVersion ="4.0.1"
versions.seleniumVersion = "4.13.0"

// Versions we're overriding from the Spring Boot Bom
Expand Down

0 comments on commit 57ff96e

Please sign in to comment.