From 8a45f3999ea22daebf69a923480dc427415e72c8 Mon Sep 17 00:00:00 2001
From: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Date: Tue, 05 Mar 2024 08:47:11 +0000
Subject: [PATCH] Update to Keycloak 24.0.1
---
pom.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2df3b24..b2f0e05 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<groupId>org.keycloak</groupId>
<artifactId>keycloak-protocol-cas</artifactId>
- <version>24.0.0</version>
+ <version>24.0.1</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>1709547948</project.build.outputTimestamp>
+ <project.build.outputTimestamp>1709628430</project.build.outputTimestamp>
</properties>
<dependencies>
@@ -117,7 +117,7 @@
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-common</artifactId>
- <version>3.1.2</version>
+ <version>3.1.5</version>
<scope>test</scope>
</dependency>
<dependency>
--
Gitblit v1.9.1