From 567f94b787488e9f5a4f84fddbe5e863986507c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 06:35:06 +0000 Subject: [PATCH] chore(deps): bump webauthn4j from 0.30.2.RELEASE to 0.31.0.RELEASE Bumps `webauthn4j` from 0.30.2.RELEASE to 0.31.0.RELEASE. Updates `com.webauthn4j:webauthn4j-core` from 0.30.2.RELEASE to 0.31.0.RELEASE - [Release notes](https://github.com/webauthn4j/webauthn4j/releases) - [Commits](https://github.com/webauthn4j/webauthn4j/compare/0.30.2.RELEASE...0.31.0.RELEASE) Updates `com.webauthn4j:webauthn4j-test` from 0.30.2.RELEASE to 0.31.0.RELEASE - [Release notes](https://github.com/webauthn4j/webauthn4j/releases) - [Commits](https://github.com/webauthn4j/webauthn4j/compare/0.30.2.RELEASE...0.31.0.RELEASE) Updates `com.webauthn4j:webauthn4j-metadata` from 0.30.2.RELEASE to 0.31.0.RELEASE - [Release notes](https://github.com/webauthn4j/webauthn4j/releases) - [Commits](https://github.com/webauthn4j/webauthn4j/compare/0.30.2.RELEASE...0.31.0.RELEASE) --- updated-dependencies: - dependency-name: com.webauthn4j:webauthn4j-core dependency-version: 0.31.0.RELEASE dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.webauthn4j:webauthn4j-test dependency-version: 0.31.0.RELEASE dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.webauthn4j:webauthn4j-metadata dependency-version: 0.31.0.RELEASE dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b198fa21d..d61e0ff07 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ slf4j = "2.0.17" jackson = "2.21.0" -webauthn4j = "0.30.2.RELEASE" +webauthn4j = "0.31.0.RELEASE" jreleaser = "1.21.0"