Skip to content

Commit

Permalink
chore(deps): bump webauthn4jVersion
Browse files Browse the repository at this point in the history
Bumps `webauthn4jVersion` from 0.25.0.RELEASE to 0.25.1.RELEASE.

Updates `com.webauthn4j:webauthn4j-util` from 0.25.0.RELEASE to 0.25.1.RELEASE
- [Release notes](https://github.com/webauthn4j/webauthn4j/releases)
- [Changelog](https://github.com/webauthn4j/webauthn4j/blob/master/github-release-notes-generator.yml)
- [Commits](webauthn4j/webauthn4j@0.25.0.RELEASE...0.25.1.RELEASE)

Updates `com.webauthn4j:webauthn4j-core` from 0.25.0.RELEASE to 0.25.1.RELEASE
- [Release notes](https://github.com/webauthn4j/webauthn4j/releases)
- [Changelog](https://github.com/webauthn4j/webauthn4j/blob/master/github-release-notes-generator.yml)
- [Commits](webauthn4j/webauthn4j@0.25.0.RELEASE...0.25.1.RELEASE)

Updates `com.webauthn4j:webauthn4j-metadata` from 0.25.0.RELEASE to 0.25.1.RELEASE
- [Release notes](https://github.com/webauthn4j/webauthn4j/releases)
- [Changelog](https://github.com/webauthn4j/webauthn4j/blob/master/github-release-notes-generator.yml)
- [Commits](webauthn4j/webauthn4j@0.25.0.RELEASE...0.25.1.RELEASE)

Updates `com.webauthn4j:webauthn4j-test` from 0.25.0.RELEASE to 0.25.1.RELEASE
- [Release notes](https://github.com/webauthn4j/webauthn4j/releases)
- [Changelog](https://github.com/webauthn4j/webauthn4j/blob/master/github-release-notes-generator.yml)
- [Commits](webauthn4j/webauthn4j@0.25.0.RELEASE...0.25.1.RELEASE)

---
updated-dependencies:
- dependency-name: com.webauthn4j:webauthn4j-util
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.webauthn4j:webauthn4j-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.webauthn4j:webauthn4j-metadata
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.webauthn4j:webauthn4j-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 13, 2024
1 parent 7e780e8 commit b5fe174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ buildscript {
asciidoctorGradleVersion = "4.0.3"

//Libraries
webauthn4jVersion = '0.25.0.RELEASE'
webauthn4jVersion = '0.25.1.RELEASE'
springSecurityVersion = '6.0.2'
hibernateValidatorVersion = '8.0.1.Final'
thymeleafVersion = '3.0.4.RELEASE'
Expand Down

0 comments on commit b5fe174

Please sign in to comment.