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

---
 src/main/java/org/keycloak/protocol/cas/representations/CASServiceResponse.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/java/org/keycloak/protocol/cas/representations/CASServiceResponse.java b/src/main/java/org/keycloak/protocol/cas/representations/CASServiceResponse.java
index 42c8297..6716322 100644
--- a/src/main/java/org/keycloak/protocol/cas/representations/CASServiceResponse.java
+++ b/src/main/java/org/keycloak/protocol/cas/representations/CASServiceResponse.java
@@ -1,6 +1,6 @@
 package org.keycloak.protocol.cas.representations;
 
-import javax.xml.bind.annotation.XmlRootElement;
+import jakarta.xml.bind.annotation.XmlRootElement;
 
 @XmlRootElement(name = "serviceResponse")
 public class CASServiceResponse {

--
Gitblit v1.9.1