Skip to content

Commit ac4409c

Browse files
Bump webauthn4jVersion from 0.15.0-SNAPSHOT to 0.15.1.RELEASE
Bumps `webauthn4jVersion` from 0.15.0-SNAPSHOT to 0.15.1.RELEASE. Updates `webauthn4j-util` from 0.15.0-SNAPSHOT to 0.15.1.RELEASE - [Release notes](https://github.com/webauthn4j/webauthn4j/releases) - [Changelog](https://github.com/webauthn4j/webauthn4j/blob/master/github-release-notes-generator.yml) - [Commits](https://github.com/webauthn4j/webauthn4j/commits/0.15.1.RELEASE) Updates `webauthn4j-core` from 0.15.0-SNAPSHOT to 0.15.1.RELEASE - [Release notes](https://github.com/webauthn4j/webauthn4j/releases) - [Changelog](https://github.com/webauthn4j/webauthn4j/blob/master/github-release-notes-generator.yml) - [Commits](https://github.com/webauthn4j/webauthn4j/commits/0.15.1.RELEASE) Updates `webauthn4j-metadata` from 0.15.0-SNAPSHOT to 0.15.1.RELEASE - [Release notes](https://github.com/webauthn4j/webauthn4j/releases) - [Changelog](https://github.com/webauthn4j/webauthn4j/blob/master/github-release-notes-generator.yml) - [Commits](https://github.com/webauthn4j/webauthn4j/commits/0.15.1.RELEASE) Updates `webauthn4j-test` from 0.15.0-SNAPSHOT to 0.15.1.RELEASE - [Release notes](https://github.com/webauthn4j/webauthn4j/releases) - [Changelog](https://github.com/webauthn4j/webauthn4j/blob/master/github-release-notes-generator.yml) - [Commits](https://github.com/webauthn4j/webauthn4j/commits/0.15.1.RELEASE) Signed-off-by: dependabot[bot] <support@github.com>
1 parent c41a0a2 commit ac4409c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ configure(allJavaProjects) {
230230
maven { url "https://oss.jfrog.org/artifactory/libs-snapshot" }
231231
}
232232

233-
def webauthn4jVersion = '0.15.0-SNAPSHOT'
233+
def webauthn4jVersion = '0.15.1.RELEASE'
234234
def springSecurityVersion = '5.4.5'
235235
def springBootVersion = '2.3.1.RELEASE'
236236
def hibernateValidatorVersion = '6.2.0.Final'

0 commit comments

Comments
 (0)