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

github-actions
2023-03-31 3a846d97a0ff44c6fbf122f246cad1d54c7de2e1
Update to Keycloak 21.0.2
1 files modified
6 ■■■■ changed files
pom.xml 6 ●●●● patch | view | raw | blame | history
pom.xml
@@ -22,7 +22,7 @@
    <groupId>org.keycloak</groupId>
    <artifactId>keycloak-protocol-cas</artifactId>
    <version>21.0.1</version>
    <version>21.0.2</version>
    <name>Keycloak CAS Protocol</name>
    <description />
@@ -36,7 +36,7 @@
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <maven.compiler.target>1.8</maven.compiler.target>
        <maven.compiler.source>1.8</maven.compiler.source>
        <project.build.outputTimestamp>1677746918</project.build.outputTimestamp>
        <project.build.outputTimestamp>1680252449</project.build.outputTimestamp>
    </properties>
    <dependencies>
@@ -111,7 +111,7 @@
        <dependency>
            <groupId>com.jayway.jsonpath</groupId>
            <artifactId>json-path</artifactId>
            <version>2.7.0</version>
            <version>2.8.0</version>
            <scope>test</scope>
        </dependency>
    </dependencies>