Skip to content

Commit

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

Updates `com.webauthn4j:webauthn4j-util` from 0.24.0.RELEASE to 0.24.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.24.0.RELEASE...0.24.1.RELEASE)

Updates `com.webauthn4j:webauthn4j-core` from 0.24.0.RELEASE to 0.24.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.24.0.RELEASE...0.24.1.RELEASE)

Updates `com.webauthn4j:webauthn4j-metadata` from 0.24.0.RELEASE to 0.24.1.RELEASE

Updates `com.webauthn4j:webauthn4j-test` from 0.24.0.RELEASE to 0.24.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 Jun 3, 2024
1 parent 075164d commit 9e808b7
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 @@ -25,7 +25,7 @@ buildscript {
httpBuilderVersion = '0.7.2'

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

0 comments on commit 9e808b7

Please sign in to comment.