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

github-actions
2024-09-10 20fd478783bf165ce023628477d26cc7c20b01f3
Update to Keycloak 25.0.5
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.4</version>
    <version>25.0.5</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>1724143632</project.build.outputTimestamp>
        <project.build.outputTimestamp>1725958091</project.build.outputTimestamp>
    </properties>
    <dependencies>
@@ -130,7 +130,7 @@
        <dependency>
            <groupId>org.mockito</groupId>
            <artifactId>mockito-core</artifactId>
            <version>5.12.0</version>
            <version>5.13.0</version>
            <scope>test</scope>
        </dependency>
    </dependencies>