[java-idp-plugin-webauthn] branch main updated: Updated to latest yubico webauthn-server version
Phil Smart
philip.smart at jisc.ac.uk
Wed Dec 4 10:57:09 UTC 2024
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch main
in repository java-idp-plugin-webauthn.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-webauthn.git;a=commit;h=2719e7729485bf7ec333d2a31f0f15b31b952716
The following commit(s) were added to refs/heads/main by this push:
new 2719e77 Updated to latest yubico webauthn-server version
2719e77 is described below
commit 2719e7729485bf7ec333d2a31f0f15b31b952716
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Wed Dec 4 10:57:07 2024 +0000
Updated to latest yubico webauthn-server version
- Fixes the unknown COSE algorithm error when loading the metadata blob
(https://github.com/Yubico/java-webauthn-server/issues/387)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a422fa7..fdd88b1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
<shib-metadata.groupId>net.shibboleth</shib-metadata.groupId>
<shib-metadata.version>5.0.0</shib-metadata.version>
<yubico.groupId>com.yubico</yubico.groupId>
- <yubico-webauthn.version>2.5.3</yubico-webauthn.version>
+ <yubico-webauthn.version>2.5.4</yubico-webauthn.version>
<jackson-dataformat-cbor.verison>2.15.3</jackson-dataformat-cbor.verison>
<com-upokecenter.groupId>com.upokecenter</com-upokecenter.groupId>
<com-upokecenter.version>4.5.2</com-upokecenter.version>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list