From 3a846d97a0ff44c6fbf122f246cad1d54c7de2e1 Mon Sep 17 00:00:00 2001
From: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Date: Fri, 31 Mar 2023 08:47:32 +0000
Subject: [PATCH] Update to Keycloak 21.0.2
---
pom.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 1d1efda..9077f7a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<groupId>org.keycloak</groupId>
<artifactId>keycloak-protocol-cas</artifactId>
- <version>21.0.1</version>
+ <version>21.0.2</version>
<name>Keycloak CAS Protocol</name>
<description />
@@ -36,7 +36,7 @@
<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>1677746918</project.build.outputTimestamp>
+ <project.build.outputTimestamp>1680252449</project.build.outputTimestamp>
</properties>
<dependencies>
@@ -111,7 +111,7 @@
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
- <version>2.7.0</version>
+ <version>2.8.0</version>
<scope>test</scope>
</dependency>
</dependencies>
--
Gitblit v1.9.1