Skip to content

Commit

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

Bumps org.apache.santuario:xmlsec from 4.0.1 to 4.0.2.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 23, 2024
1 parent 24a9406 commit a7c2f3c
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.86"
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.1"
versions.xmlsecVersion ="4.0.2"
versions.seleniumVersion = "4.13.0"

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

0 comments on commit a7c2f3c

Please sign in to comment.