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

github-actions
2021-12-18 ec41776079f14683e3ddf432ea0736556a0407e4
Update to Keycloak 16.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>15.0.2</version>
    <version>16.0.0</version>
    <name>Keycloak CAS Protocol</name>
    <description />
@@ -97,7 +97,7 @@
        <dependency>
            <groupId>org.xmlunit</groupId>
            <artifactId>xmlunit-core</artifactId>
            <version>2.8.2</version>
            <version>2.8.4</version>
            <scope>test</scope>
        </dependency>
        <dependency>