From 50f216d71bab2a9fbe5700d6751c93ff04273dfa Mon Sep 17 00:00:00 2001
From: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Date: Wed, 08 May 2024 08:47:09 +0000
Subject: [PATCH] Update to Keycloak 24.0.4
---
pom.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index fdf9143..f1e9298 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<groupId>org.keycloak</groupId>
<artifactId>keycloak-protocol-cas</artifactId>
- <version>24.0.3</version>
+ <version>24.0.4</version>
<name>Keycloak CAS Protocol</name>
<description />
@@ -35,7 +35,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.release>17</maven.compiler.release>
- <project.build.outputTimestamp>1713343635</project.build.outputTimestamp>
+ <project.build.outputTimestamp>1715158027</project.build.outputTimestamp>
</properties>
<dependencies>
@@ -105,7 +105,7 @@
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-core</artifactId>
- <version>2.9.1</version>
+ <version>2.10.0</version>
<scope>test</scope>
</dependency>
<dependency>
--
Gitblit v1.9.1