diff --git a/build.gradle b/build.gradle index 72ce47fff..6b5b7fc12 100755 --- a/build.gradle +++ b/build.gradle @@ -195,7 +195,7 @@ project("${rootProject.name}-backend") { implementation 'xyz.morphia.morphia:logging-slf4j:1.4.0' implementation 'org.mongodb:mongo-java-driver:3.12.14' implementation 'org.slf4j:slf4j-api:2.0.9' - implementation 'org.springframework:spring-context:6.1.1' + implementation 'org.springframework:spring-context:6.1.2' implementation 'org.eclipse.jetty.websocket:websocket-jakarta-server:11.0.18' implementation 'org.apache.commons:commons-text:1.11.0' }