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

github-actions
yesterday 6479724f75ae051e21d1b475d9e29bc950f0131a
pom.xml
@@ -22,7 +22,7 @@
    <groupId>org.keycloak</groupId>
    <artifactId>keycloak-protocol-cas</artifactId>
    <version>26.3.5</version>
    <version>26.4.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>1758790362</project.build.outputTimestamp>
        <project.build.outputTimestamp>1762591828</project.build.outputTimestamp>
    </properties>
    <dependencies>
@@ -112,13 +112,13 @@
        <dependency>
            <groupId>org.xmlunit</groupId>
            <artifactId>xmlunit-core</artifactId>
            <version>2.10.4</version>
            <version>2.11.0</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.jayway.jsonpath</groupId>
            <artifactId>json-path</artifactId>
            <version>2.9.0</version>
            <version>2.10.0</version>
            <scope>test</scope>
        </dependency>
        <dependency>