From 4e3effb47cfd3c2b07a98df57e773cf3a991fd8d Mon Sep 17 00:00:00 2001
From: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Date: Tue, 09 Jan 2024 08:47:05 +0000
Subject: [PATCH] Update to Keycloak 23.0.4

---
 pom.xml |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 239076c..6aaf802 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
 
     <groupId>org.keycloak</groupId>
     <artifactId>keycloak-protocol-cas</artifactId>
-    <version>23.0.0</version>
+    <version>23.0.4</version>
     <name>Keycloak CAS Protocol</name>
     <description />
 
@@ -34,9 +34,8 @@
         <junit.version>4.13.2</junit.version>
 
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <maven.compiler.target>1.8</maven.compiler.target>
-        <maven.compiler.source>1.8</maven.compiler.source>
-        <project.build.outputTimestamp>1700815625</project.build.outputTimestamp>
+        <maven.compiler.release>17</maven.compiler.release>
+        <project.build.outputTimestamp>1704790023</project.build.outputTimestamp>
     </properties>
 
     <dependencies>

--
Gitblit v1.9.1