From 7900b504269beaf4b3440a042a914b0ea1838b38 Mon Sep 17 00:00:00 2001
From: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Date: Fri, 11 Apr 2025 08:51:55 +0000
Subject: [PATCH] Update to Keycloak 26.1.5
---
pom.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index ef8f2b6..f9837fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<groupId>org.keycloak</groupId>
<artifactId>keycloak-protocol-cas</artifactId>
- <version>26.1.4</version>
+ <version>26.1.5</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>1741942147</project.build.outputTimestamp>
+ <project.build.outputTimestamp>1744361513</project.build.outputTimestamp>
</properties>
<dependencies>
@@ -130,7 +130,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>5.16.0</version>
+ <version>5.17.0</version>
<scope>test</scope>
</dependency>
</dependencies>
--
Gitblit v1.9.1