OpenSAML 2.6.5?

Scott Shipp sshipp at expedia.com
Thu Aug 18 13:21:55 EDT 2016


I’ve googled for over a day now. Does anyone know what the latest version of OpenSAML 2 (Java) is and where to get the jar for a Maven POM? My Maven errors if I bump the number past 2.6.4. Yet there is a security advisory at https://shibboleth.net/community/advisories/secadv_20150225.txt which states “OpenSAML users: Upgrade to OpenSAML Java 2.6.5 or greater.

Here’s my Maven:

<repositories>
    <repository>
        <id>org.opensaml</id>
        <url>https://build.shibboleth.net/nexus/content/repositories/releases</url>
    </repository>

</repositories>


<dependencies>
    <dependency>
        <groupId>org.opensaml</groupId>
        <artifactId>opensaml</artifactId>
        <version>2.6.4</version>
    </dependency>

</dependencies>


Scott
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20160818/86fc4e28/attachment-0001.html>


More information about the users mailing list