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

Alexandre Rocha Wendling
2024-06-26 755fd78fa0ee0f2a67417a119382c63e02c1091e
pom.xml
@@ -22,7 +22,7 @@
    <groupId>org.keycloak</groupId>
    <artifactId>keycloak-protocol-cas</artifactId>
    <version>24.0.0</version>
    <version>24.0.5</version>
    <name>Keycloak CAS Protocol</name>
    <description />
@@ -35,7 +35,7 @@
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <maven.compiler.release>17</maven.compiler.release>
        <project.build.outputTimestamp>1709547948</project.build.outputTimestamp>
        <project.build.outputTimestamp>1717490835</project.build.outputTimestamp>
    </properties>
    <dependencies>
@@ -105,7 +105,7 @@
        <dependency>
            <groupId>org.xmlunit</groupId>
            <artifactId>xmlunit-core</artifactId>
            <version>2.9.1</version>
            <version>2.10.0</version>
            <scope>test</scope>
        </dependency>
        <dependency>
@@ -117,13 +117,13 @@
        <dependency>
            <groupId>org.glassfish.jersey.core</groupId>
            <artifactId>jersey-common</artifactId>
            <version>3.1.2</version>
            <version>3.1.7</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.mockito</groupId>
            <artifactId>mockito-core</artifactId>
            <version>5.11.0</version>
            <version>5.12.0</version>
            <scope>test</scope>
        </dependency>
    </dependencies>