From 443f7594811e516d9f82a8510c0031a68fd9543d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 18:07:36 +0000 Subject: [PATCH] Bump com.webauthn4j:webauthn4j-core Bumps [com.webauthn4j:webauthn4j-core](https://github.com/webauthn4j/webauthn4j) from 0.22.1.RELEASE to 0.22.2.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/compare/0.22.1.RELEASE...0.22.2.RELEASE) --- updated-dependencies: - dependency-name: com.webauthn4j:webauthn4j-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- waltid-wallet-api/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waltid-wallet-api/build.gradle.kts b/waltid-wallet-api/build.gradle.kts index 754748c46..7b2f4b73c 100644 --- a/waltid-wallet-api/build.gradle.kts +++ b/waltid-wallet-api/build.gradle.kts @@ -121,7 +121,7 @@ dependencies { implementation("io.github.reactivecircus.cache4k:cache4k:0.13.0") // Webauthn - implementation("com.webauthn4j:webauthn4j-core:0.22.1.RELEASE") { + implementation("com.webauthn4j:webauthn4j-core:0.22.2.RELEASE") { exclude("ch.qos.logback") }