From 7bc48f59e745e5e6098fdde7d838feeb4d93f2a8 Mon Sep 17 00:00:00 2001 From: Nithe14 <imnithe@gmail.com> Date: Mon, 20 Jan 2025 13:21:31 +0000 Subject: [PATCH] Changes for Keycloak 26.0.1 --- pom.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 964c028..377f835 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <groupId>org.keycloak</groupId> <artifactId>keycloak-protocol-cas</artifactId> - <version>26.0.8</version> + <version>26.1.0</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>1736844450</project.build.outputTimestamp> + <project.build.outputTimestamp>1737017225</project.build.outputTimestamp> </properties> <dependencies> -- Gitblit v1.9.1