[java-idp-plugin-webauthn] branch main updated: JWEBAUTHN-64 - Update Yubico WebAuthn server to latest version
Codeberg
noreply at shibboleth.net
Mon May 18 13:07:24 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-idp-plugin-webauthn.
View the commit online:
https://codeberg.org/Shibboleth/java-idp-plugin-webauthn/commit/57942da4af474a09241df0f6570b3964fd7aaaa5
The following commit(s) were added to refs/heads/main by this push:
new 57942da JWEBAUTHN-64 - Update Yubico WebAuthn server to latest version
57942da is described below
commit 57942da4af474a09241df0f6570b3964fd7aaaa5
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Mon May 18 14:06:42 2026 +0100
JWEBAUTHN-64 - Update Yubico WebAuthn server to latest version
- Update Yubico server to 2.9.0
- Yubico keys have changed, fixed in enforcer-data 2.0.4
https://shibboleth.atlassian.net/browse/JWEBAUTHN-64
---
pom.xml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 353c978..14bc123 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,13 +37,15 @@
<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.4</yubico-webauthn.version>
+ <yubico-webauthn.version>2.9.0</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>
<numbers.groupId>com.github.peteroupc</numbers.groupId>
<numbers.version>1.8.2</numbers.version>
<checkstyle.configLocation>${project.basedir}/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
+ <!-- override enforcer-data for new keys: https://shibboleth.atlassian.net/browse/JWEBAUTHN-64 -->
+ <maven-dist-enforcer-data.version>2.0.4</maven-dist-enforcer-data.version>
</properties>
<modules>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list