From 0b18af3dd98c167c7847680fd5f33990289da9fa Mon Sep 17 00:00:00 2001
From: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Date: Tue, 04 Jun 2024 08:47:17 +0000
Subject: [PATCH] Update to Keycloak 24.0.5

---
 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