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

github-actions
2 days ago 01bb2808e47009f1ef8c830eb0c6132a75dc71bf
pom.xml
@@ -22,7 +22,7 @@
    <groupId>org.keycloak</groupId>
    <artifactId>keycloak-protocol-cas</artifactId>
    <version>26.2.4</version>
    <version>26.3.1</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>1746780790</project.build.outputTimestamp>
        <project.build.outputTimestamp>1752137781</project.build.outputTimestamp>
    </properties>
    <dependencies>
@@ -112,7 +112,7 @@
        <dependency>
            <groupId>org.xmlunit</groupId>
            <artifactId>xmlunit-core</artifactId>
            <version>2.10.0</version>
            <version>2.10.3</version>
            <scope>test</scope>
        </dependency>
        <dependency>
@@ -130,7 +130,7 @@
        <dependency>
            <groupId>org.mockito</groupId>
            <artifactId>mockito-core</artifactId>
            <version>5.17.0</version>
            <version>5.18.0</version>
            <scope>test</scope>
        </dependency>
    </dependencies>