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

github-actions
2022-03-23 9e4259e792eb25a23713d7a70a2d194d552371a1
pom.xml
@@ -22,7 +22,7 @@
    <groupId>org.keycloak</groupId>
    <artifactId>keycloak-protocol-cas</artifactId>
    <version>13.0.1</version>
    <version>17.0.1</version>
    <name>Keycloak CAS Protocol</name>
    <description />
@@ -97,13 +97,13 @@
        <dependency>
            <groupId>org.xmlunit</groupId>
            <artifactId>xmlunit-core</artifactId>
            <version>2.8.2</version>
            <version>2.9.0</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.jayway.jsonpath</groupId>
            <artifactId>json-path</artifactId>
            <version>2.5.0</version>
            <version>2.7.0</version>
            <scope>test</scope>
        </dependency>
    </dependencies>