From ceed8fb052685c0105d225a61d8574d36e171166 Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Fri, 24 Nov 2023 13:37:32 +0000
Subject: [PATCH] Get rid of @Context variables in Endpoint classes

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

diff --git a/pom.xml b/pom.xml
index 0f059bd..02fc6c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,21 +22,21 @@
 
     <groupId>org.keycloak</groupId>
     <artifactId>keycloak-protocol-cas</artifactId>
-    <version>20.0.2</version>
+    <version>22.0.5</version>
     <name>Keycloak CAS Protocol</name>
     <description />
 
     <properties>
         <keycloak.version>${project.version}</keycloak.version>
-        <apache.httpcomponents.version>4.5.13</apache.httpcomponents.version>
-        <jboss.logging.version>3.4.1.Final</jboss.logging.version>
+        <apache.httpcomponents.version>4.5.14</apache.httpcomponents.version>
+        <jboss.logging.version>3.5.1.Final</jboss.logging.version>
         <jboss.logging.tools.version>2.2.1.Final</jboss.logging.tools.version>
         <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>1671007652</project.build.outputTimestamp>
+        <project.build.outputTimestamp>1698223634</project.build.outputTimestamp>
     </properties>
 
     <dependencies>
@@ -105,13 +105,13 @@
         <dependency>
             <groupId>org.xmlunit</groupId>
             <artifactId>xmlunit-core</artifactId>
-            <version>2.9.0</version>
+            <version>2.9.1</version>
             <scope>test</scope>
         </dependency>
         <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