From e0e530fd8fc39e0ca227f4e21a664f8c399f4fc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 06:28:14 +0000 Subject: [PATCH] chore(deps): bump webauthn4j from 0.29.7.RELEASE to 0.30.1.RELEASE Bumps `webauthn4j` from 0.29.7.RELEASE to 0.30.1.RELEASE. Updates `com.webauthn4j:webauthn4j-core` from 0.29.7.RELEASE to 0.30.1.RELEASE - [Release notes](https://github.com/webauthn4j/webauthn4j/releases) - [Commits](https://github.com/webauthn4j/webauthn4j/compare/0.29.7.RELEASE...0.30.1.RELEASE) Updates `com.webauthn4j:webauthn4j-test` from 0.29.7.RELEASE to 0.30.1.RELEASE - [Release notes](https://github.com/webauthn4j/webauthn4j/releases) - [Commits](https://github.com/webauthn4j/webauthn4j/compare/0.29.7.RELEASE...0.30.1.RELEASE) Updates `com.webauthn4j:webauthn4j-metadata` from 0.29.7.RELEASE to 0.30.1.RELEASE - [Release notes](https://github.com/webauthn4j/webauthn4j/releases) - [Commits](https://github.com/webauthn4j/webauthn4j/compare/0.29.7.RELEASE...0.30.1.RELEASE) --- updated-dependencies: - dependency-name: com.webauthn4j:webauthn4j-core dependency-version: 0.30.1.RELEASE dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.webauthn4j:webauthn4j-test dependency-version: 0.30.1.RELEASE dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.webauthn4j:webauthn4j-metadata dependency-version: 0.30.1.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 841ac2fab..d6dfe5607 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ slf4j = "2.0.17" jackson = "2.20.1" -webauthn4j = "0.29.7.RELEASE" +webauthn4j = "0.30.1.RELEASE" jreleaser = "1.21.0"