From 9ccb28119b2cd309234e04c2c6aa97fca57461f2 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 07 Aug 2021 09:08:16 +0000 Subject: [PATCH] Update to Keycloak 15.0.1 --- pom.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 62fa555..c8aa067 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <groupId>org.keycloak</groupId> <artifactId>keycloak-protocol-cas</artifactId> - <version>13.0.0</version> + <version>15.0.1</version> <name>Keycloak CAS Protocol</name> <description /> @@ -103,7 +103,7 @@ <dependency> <groupId>com.jayway.jsonpath</groupId> <artifactId>json-path</artifactId> - <version>2.5.0</version> + <version>2.6.0</version> <scope>test</scope> </dependency> </dependencies> -- Gitblit v1.9.1