From 6479724f75ae051e21d1b475d9e29bc950f0131a Mon Sep 17 00:00:00 2001
From: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Date: Sat, 08 Nov 2025 08:50:30 +0000
Subject: [PATCH] Update to Keycloak 26.4.4
---
pom.xml | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 3de7c82..c2898e0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<groupId>org.keycloak</groupId>
<artifactId>keycloak-protocol-cas</artifactId>
- <version>26.4.2</version>
+ <version>26.4.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>1761209643</project.build.outputTimestamp>
+ <project.build.outputTimestamp>1762591828</project.build.outputTimestamp>
</properties>
<dependencies>
@@ -112,13 +112,13 @@
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-core</artifactId>
- <version>2.10.4</version>
+ <version>2.11.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
- <version>2.9.0</version>
+ <version>2.10.0</version>
<scope>test</scope>
</dependency>
<dependency>
--
Gitblit v1.9.1