diff --git a/hmac-auth-server-spring/build.gradle b/hmac-auth-server-spring/build.gradle index bc3d537..b6fcd8f 100644 --- a/hmac-auth-server-spring/build.gradle +++ b/hmac-auth-server-spring/build.gradle @@ -1,6 +1,6 @@ dependencies { compile 'org.springframework:spring-beans:5.3.20' - compile 'org.springframework:spring-context:5.3.20' + compile 'org.springframework:spring-context:6.0.6' compile 'org.slf4j:slf4j-api:1.7.36'