Skip to content

Commit 6cc2716

Browse files
Bump webauthn4jVersion from 0.16.2.RELEASE to 0.17.0.RELEASE
Bumps `webauthn4jVersion` from 0.16.2.RELEASE to 0.17.0.RELEASE. Updates `webauthn4j-util` from 0.16.2.RELEASE to 0.17.0.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.16.2.RELEASE...0.17.0.RELEASE) Updates `webauthn4j-core` from 0.16.2.RELEASE to 0.17.0.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.16.2.RELEASE...0.17.0.RELEASE) Updates `webauthn4j-metadata` from 0.16.2.RELEASE to 0.17.0.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.16.2.RELEASE...0.17.0.RELEASE) Updates `webauthn4j-test` from 0.16.2.RELEASE to 0.17.0.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.16.2.RELEASE...0.17.0.RELEASE) --- updated-dependencies: - dependency-name: com.webauthn4j:webauthn4j-util dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.webauthn4j:webauthn4j-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.webauthn4j:webauthn4j-metadata dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.webauthn4j:webauthn4j-test dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d4c33fc commit 6cc2716

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
@@ -197,7 +197,7 @@ configure(allJavaProjects) {
197197
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
198198
}
199199

200-
def webauthn4jVersion = '0.16.2.RELEASE'
200+
def webauthn4jVersion = '0.17.0.RELEASE'
201201
def springSecurityVersion = '5.5.1'
202202
def springBootVersion = '2.3.1.RELEASE'
203203
def hibernateValidatorVersion = '6.2.0.Final'

0 commit comments

Comments
 (0)