From 7947a5fa359ba1850a48ee069aafd614cbda74a0 Mon Sep 17 00:00:00 2001
From: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Date: Tue, 14 Jan 2025 08:47:32 +0000
Subject: [PATCH] Update to Keycloak 26.0.8
---
pom.xml | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 28d5b57..964c028 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<groupId>org.keycloak</groupId>
<artifactId>keycloak-protocol-cas</artifactId>
- <version>26.0.7</version>
+ <version>26.0.8</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>1733215925</project.build.outputTimestamp>
+ <project.build.outputTimestamp>1736844450</project.build.outputTimestamp>
</properties>
<dependencies>
@@ -124,13 +124,13 @@
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-common</artifactId>
- <version>3.1.9</version>
+ <version>3.1.10</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>5.14.2</version>
+ <version>5.15.2</version>
<scope>test</scope>
</dependency>
</dependencies>
--
Gitblit v1.9.1