From d44fdd6cff6cddb609a468c352018fa89d0b4084 Mon Sep 17 00:00:00 2001
From: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Date: Sun, 23 Aug 2026 21:12:37 +0000
Subject: [PATCH] Update to Keycloak 26.7.2
---
pom.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 636e7fa..5c98cbc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<groupId>org.keycloak</groupId>
<artifactId>keycloak-protocol-cas</artifactId>
- <version>26.7.1</version>
+ <version>26.7.2</version>
<name>Keycloak CAS Protocol</name>
<description />
@@ -39,7 +39,7 @@
<maven.compiler.release>${java.version}</maven.compiler.release>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
- <project.build.outputTimestamp>1786014322</project.build.outputTimestamp>
+ <project.build.outputTimestamp>1787130879</project.build.outputTimestamp>
</properties>
<dependencies>
--
Gitblit v1.10.0