From a78160f1d21ec4c5d60f89623ce5bca9e37d7029 Mon Sep 17 00:00:00 2001
From: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Date: Thu, 09 Jul 2026 11:32:03 +0000
Subject: [PATCH] Update to Keycloak 26.7.0
---
pom.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index c4d77ed..a1ec64f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<groupId>org.keycloak</groupId>
<artifactId>keycloak-protocol-cas</artifactId>
- <version>26.6.3</version>
+ <version>26.7.0</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>1780659975</project.build.outputTimestamp>
+ <project.build.outputTimestamp>1783596721</project.build.outputTimestamp>
</properties>
<dependencies>
@@ -127,7 +127,7 @@
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-common</artifactId>
- <version>3.1.11</version>
+ <version>3.1.12</version>
<scope>test</scope>
</dependency>
<dependency>
--
Gitblit v1.10.0