From 53e4ea2235076a9c14ad2efffdbe169133a565f0 Mon Sep 17 00:00:00 2001
From: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Date: Thu, 06 Aug 2026 11:05:24 +0000
Subject: [PATCH] Update to Keycloak 26.7.1
---
pom.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index a1ec64f..636e7fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<groupId>org.keycloak</groupId>
<artifactId>keycloak-protocol-cas</artifactId>
- <version>26.7.0</version>
+ <version>26.7.1</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>1783596721</project.build.outputTimestamp>
+ <project.build.outputTimestamp>1786014322</project.build.outputTimestamp>
</properties>
<dependencies>
@@ -115,7 +115,7 @@
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-core</artifactId>
- <version>2.12.0</version>
+ <version>2.13.0</version>
<scope>test</scope>
</dependency>
<dependency>
--
Gitblit v1.10.0