From 58117a155fc1e445d252c654a543a841bc9d0674 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 08:47:17 +0000 Subject: [PATCH] Update to Keycloak 24.0.3 --- pom.xml | 19 ++++++++++++++++--- 1 files changed, 16 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index cbeca27..fdf9143 100644 --- a/pom.xml +++ b/pom.xml @@ -22,20 +22,20 @@ <groupId>org.keycloak</groupId> <artifactId>keycloak-protocol-cas</artifactId> - <version>23.0.5</version> + <version>24.0.3</version> <name>Keycloak CAS Protocol</name> <description /> <properties> <keycloak.version>${project.version}</keycloak.version> <apache.httpcomponents.version>4.5.14</apache.httpcomponents.version> - <jboss.logging.version>3.5.1.Final</jboss.logging.version> + <jboss.logging.version>3.5.3.Final</jboss.logging.version> <jboss.logging.tools.version>2.2.1.Final</jboss.logging.tools.version> <junit.version>4.13.2</junit.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.release>17</maven.compiler.release> - <project.build.outputTimestamp>1706518021</project.build.outputTimestamp> + <project.build.outputTimestamp>1713343635</project.build.outputTimestamp> </properties> <dependencies> @@ -95,6 +95,7 @@ <version>${keycloak.version}</version> <scope>provided</scope> </dependency> + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> @@ -113,6 +114,18 @@ <version>2.9.0</version> <scope>test</scope> </dependency> + <dependency> + <groupId>org.glassfish.jersey.core</groupId> + <artifactId>jersey-common</artifactId> + <version>3.1.6</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-core</artifactId> + <version>5.11.0</version> + <scope>test</scope> + </dependency> </dependencies> <build> <plugins> -- Gitblit v1.9.1