From dbabd6ff2b3164ac46a8281c5fccf28189d88b61 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 03 Feb 2024 08:47:03 +0000 Subject: [PATCH] Update to Keycloak 23.0.6 --- pom.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 6aaf802..eee3150 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <groupId>org.keycloak</groupId> <artifactId>keycloak-protocol-cas</artifactId> - <version>23.0.4</version> + <version>23.0.6</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>1704790023</project.build.outputTimestamp> + <project.build.outputTimestamp>1706950021</project.build.outputTimestamp> </properties> <dependencies> @@ -110,7 +110,7 @@ <dependency> <groupId>com.jayway.jsonpath</groupId> <artifactId>json-path</artifactId> - <version>2.8.0</version> + <version>2.9.0</version> <scope>test</scope> </dependency> </dependencies> -- Gitblit v1.9.1