opensaml-core-api:5.0.0-SNAPSHOT has been replaced by opensaml-core-api:5.0.1-SNAPSHOT
repos no longer have opensaml-core-api:5.0.0-SNAPSHOT so gradle build is failing
Thats why non-snapshot (releases) should *never* have dependencies on -SNAPSHOT versions.
I fixed the build locally by adding this dependency:
implementation platform("org.opensaml:opensaml-bom:5.0.0")
Let’s hope this gets fixed with the next CAS-Release