From 0b18af3dd98c167c7847680fd5f33990289da9fa Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 04 Jun 2024 08:47:17 +0000 Subject: [PATCH] Update to Keycloak 24.0.5 --- pom.xml | 21 +++++++++++++++++---- 1 files changed, 17 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index cbeca27..6cc48a7 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.5</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>1717490835</project.build.outputTimestamp> </properties> <dependencies> @@ -95,6 +95,7 @@ <version>${keycloak.version}</version> <scope>provided</scope> </dependency> + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> @@ -104,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> @@ -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.7</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-core</artifactId> + <version>5.12.0</version> + <scope>test</scope> + </dependency> </dependencies> <build> <plugins> -- Gitblit v1.9.1