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

github-actions
2024-04-17 58117a155fc1e445d252c654a543a841bc9d0674
Update to Keycloak 24.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>24.0.2</version>
    <version>24.0.3</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>1711356438</project.build.outputTimestamp>
        <project.build.outputTimestamp>1713343635</project.build.outputTimestamp>
    </properties>
    <dependencies>
@@ -117,7 +117,7 @@
        <dependency>
            <groupId>org.glassfish.jersey.core</groupId>
            <artifactId>jersey-common</artifactId>
            <version>3.1.5</version>
            <version>3.1.6</version>
            <scope>test</scope>
        </dependency>
        <dependency>