diff --git a/servlet/xml/java/contacts/build.gradle b/servlet/xml/java/contacts/build.gradle index 39e0af3..d399e05 100644 --- a/servlet/xml/java/contacts/build.gradle +++ b/servlet/xml/java/contacts/build.gradle @@ -14,7 +14,7 @@ repositories { } dependencies { - implementation platform("org.springframework.security:spring-security-bom:6.0.0-SNAPSHOT") + implementation platform("org.springframework.security:spring-security-bom:6.2.0-SNAPSHOT") implementation platform("org.springframework:spring-framework-bom:6.1.0-M2") implementation platform("org.junit:junit-bom:5.7.0") diff --git a/servlet/xml/java/contacts/gradle.properties b/servlet/xml/java/contacts/gradle.properties index bab2f75..2e3158d 100644 --- a/servlet/xml/java/contacts/gradle.properties +++ b/servlet/xml/java/contacts/gradle.properties @@ -1,4 +1,4 @@ version=6.1.1 -spring-security.version=6.1.1 +spring-security.version=6.2.0-SNAPSHOT org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError org.gradle.caching=true