From 09477cd772d0b934b9ff3948a16381a27123923b Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 11:53:12 +0000 Subject: [PATCH] Update to Keycloak 25.0.4 --- pom.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 86ad918..3f4e91d 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <groupId>org.keycloak</groupId> <artifactId>keycloak-protocol-cas</artifactId> - <version>25.0.2</version> + <version>25.0.4</version> <name>Keycloak CAS Protocol</name> <description /> @@ -36,7 +36,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.release>17</maven.compiler.release> - <project.build.outputTimestamp>1721292433</project.build.outputTimestamp> + <project.build.outputTimestamp>1724143632</project.build.outputTimestamp> </properties> <dependencies> @@ -124,7 +124,7 @@ <dependency> <groupId>org.glassfish.jersey.core</groupId> <artifactId>jersey-common</artifactId> - <version>3.1.7</version> + <version>3.1.8</version> <scope>test</scope> </dependency> <dependency> -- Gitblit v1.9.1