From a21aec409eb7a935aa5fa19fc10af7e1a54798a6 Mon Sep 17 00:00:00 2001
From: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Date: Tue, 19 Jan 2021 09:31:41 +0000
Subject: [PATCH] Update to Keycloak 12.0.2

---
 pom.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 19c0db5..1783edc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
 
     <groupId>org.keycloak</groupId>
     <artifactId>keycloak-protocol-cas</artifactId>
-    <version>11.0.1</version>
+    <version>12.0.2</version>
     <name>Keycloak CAS Protocol</name>
     <description />
 
@@ -97,13 +97,13 @@
         <dependency>
             <groupId>org.xmlunit</groupId>
             <artifactId>xmlunit-core</artifactId>
-            <version>2.7.0</version>
+            <version>2.8.2</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>com.jayway.jsonpath</groupId>
             <artifactId>json-path</artifactId>
-            <version>2.4.0</version>
+            <version>2.5.0</version>
             <scope>test</scope>
         </dependency>
     </dependencies>

--
Gitblit v1.9.1