mirror of https://github.com/jacekkow/keycloak-protocol-cas

github-actions
2024-08-20 09477cd772d0b934b9ff3948a16381a27123923b
Update to Keycloak 25.0.4
1 files modified
6 ■■■■ changed files
pom.xml 6 ●●●● patch | view | raw | blame | history
pom.xml
@@ -22,7 +22,7 @@
    <groupId>org.keycloak</groupId>
    <artifactId>keycloak-protocol-cas</artifactId>
    <version>25.0.2</version>
    <version>25.0.4</version>
    <name>Keycloak CAS Protocol</name>
    <description />
@@ -36,7 +36,7 @@
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <maven.compiler.release>17</maven.compiler.release>
        <project.build.outputTimestamp>1721292433</project.build.outputTimestamp>
        <project.build.outputTimestamp>1724143632</project.build.outputTimestamp>
    </properties>
    <dependencies>
@@ -124,7 +124,7 @@
        <dependency>
            <groupId>org.glassfish.jersey.core</groupId>
            <artifactId>jersey-common</artifactId>
            <version>3.1.7</version>
            <version>3.1.8</version>
            <scope>test</scope>
        </dependency>
        <dependency>