[java-idp-plugin-webauthn] branch main updated: Update yubico-webauthn version to 2.5.2
Phil Smart
philip.smart at jisc.ac.uk
Fri Jun 28 12:57:32 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=7c589f62545c3539365ca6932912ff5a149f9975
The following commit(s) were added to refs/heads/main by this push:
new 7c589f6 Update yubico-webauthn version to 2.5.2
7c589f6 is described below
commit 7c589f62545c3539365ca6932912ff5a149f9975
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Jun 28 13:57:28 2024 +0100
Update yubico-webauthn version to 2.5.2
- We had been on the 2.5.1.RC1 which removed the cose-java dependency.
They now have an official 2.5.1 and 2.5.2 release, so I've moved to
2.5.1
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 92bd875..9a0a18d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,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.1-RC1</yubico-webauthn.version>
+ <yubico-webauthn.version>2.5.2</yubico-webauthn.version>
<jackson-dataformat-cbor.verison>2.15.3</jackson-dataformat-cbor.verison>
<com-upokecenter.version>4.5.2</com-upokecenter.version>
<numbers.groupId>com.github.peteroupc</numbers.groupId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list