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

github-actions
2022-06-25 c415093cc5602d1e0f5d9c489a1fb69aa4dc37e7
pom.xml
@@ -22,7 +22,7 @@
    <groupId>org.keycloak</groupId>
    <artifactId>keycloak-protocol-cas</artifactId>
    <version>16.1.0</version>
    <version>18.0.2</version>
    <name>Keycloak CAS Protocol</name>
    <description />
@@ -97,13 +97,13 @@
        <dependency>
            <groupId>org.xmlunit</groupId>
            <artifactId>xmlunit-core</artifactId>
            <version>2.8.4</version>
            <version>2.9.0</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.jayway.jsonpath</groupId>
            <artifactId>json-path</artifactId>
            <version>2.6.0</version>
            <version>2.7.0</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
@@ -112,7 +112,7 @@
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <version>3.8.0</version>
                <version>3.10.1</version>
                <configuration>
                    <source>${maven.compiler.source}</source>
                    <target>${maven.compiler.target}</target>
@@ -124,7 +124,7 @@
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-jar-plugin</artifactId>
                <version>3.1.1</version>
                <version>3.2.2</version>
                <configuration>
                    <archive>
                        <manifestEntries>