diff --git a/build.gradle b/build.gradle index 2e60b58be..373e31e81 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { id 'pmd' id 'jacoco' id 'io.spring.dependency-management' version '1.1.7' - id 'org.springframework.boot' version '3.5.5' + id 'org.springframework.boot' version '3.5.7' id 'org.owasp.dependencycheck' version '12.1.6' id 'com.github.ben-manes.versions' version '0.52.0' id 'org.sonarqube' version '6.3.1.5724' @@ -248,7 +248,7 @@ dependencyManagement { dependency group: 'commons-io', name: 'commons-io', version: '2.20.0' - dependencySet( group: 'org.springframework.security', version: '6.5.3'){ + dependencySet( group: 'org.springframework.security', version: '6.5.6'){ entry 'spring-boot-starter-security' entry 'spring-security-core' entry 'spring-security-acl'