From 4564382590e37ac799f684bd0824f05526e30ab3 Mon Sep 17 00:00:00 2001
From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 24 Jan 2024 12:41:17 +0000
Subject: [PATCH] Bump com.jayway.jsonpath:json-path from 2.8.0 to 2.9.0

---
 pom.xml |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 38ee044..1ee6641 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
 
     <groupId>org.keycloak</groupId>
     <artifactId>keycloak-protocol-cas</artifactId>
-    <version>22.0.4</version>
+    <version>23.0.4</version>
     <name>Keycloak CAS Protocol</name>
     <description />
 
@@ -34,9 +34,8 @@
         <junit.version>4.13.2</junit.version>
 
         <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>1696495632</project.build.outputTimestamp>
+        <maven.compiler.release>17</maven.compiler.release>
+        <project.build.outputTimestamp>1704790023</project.build.outputTimestamp>
     </properties>
 
     <dependencies>
@@ -111,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