From 97520a1c2f98ee79f961dd0fddaf9da1307d78dc Mon Sep 17 00:00:00 2001 From: mjkhan21 Date: Mon, 8 May 2023 18:07:26 +0900 Subject: [PATCH] spring-security.xsd -> spring-security-5.7.xsd --- src/test/resources/spring/context-security.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/resources/spring/context-security.xml b/src/test/resources/spring/context-security.xml index 92fd5a2..1bc0f70 100644 --- a/src/test/resources/spring/context-security.xml +++ b/src/test/resources/spring/context-security.xml @@ -4,7 +4,7 @@ xmlns:security="http://www.springframework.org/schema/security" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd - http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security.xsd"> + http://www.springframework.org/schema/security https://www.springframework.org/schema/security/spring-security-5.7.xsd"> @@ -14,7 +14,7 @@ - +