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

github-actions
2021-06-19 ee0c7da7604ce54128560e3303268a752458d5d0
Update to Keycloak 14.0.0
1 files modified
4 ■■■■ changed files
pom.xml 4 ●●●● patch | view | raw | blame | history
pom.xml
@@ -22,7 +22,7 @@
    <groupId>org.keycloak</groupId>
    <artifactId>keycloak-protocol-cas</artifactId>
    <version>13.0.1</version>
    <version>14.0.0</version>
    <name>Keycloak CAS Protocol</name>
    <description />
@@ -103,7 +103,7 @@
        <dependency>
            <groupId>com.jayway.jsonpath</groupId>
            <artifactId>json-path</artifactId>
            <version>2.5.0</version>
            <version>2.6.0</version>
            <scope>test</scope>
        </dependency>
    </dependencies>