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

github-actions
2023-01-13 be24027c26ecec030395d389b0ee818e5bc1ec34
Update to Keycloak 20.0.3
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>20.0.2</version>
    <version>20.0.3</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>1671007652</project.build.outputTimestamp>
        <project.build.outputTimestamp>1673599638</project.build.outputTimestamp>
    </properties>
    <dependencies>
@@ -105,7 +105,7 @@
        <dependency>
            <groupId>org.xmlunit</groupId>
            <artifactId>xmlunit-core</artifactId>
            <version>2.9.0</version>
            <version>2.9.1</version>
            <scope>test</scope>
        </dependency>
        <dependency>