diff --git a/build.gradle b/build.gradle index b113089c0..2b7521e2c 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.3' + id 'org.springframework.boot' version '3.5.5' id 'org.owasp.dependencycheck' version '12.1.3' id 'com.github.ben-manes.versions' version '0.52.0' id 'org.sonarqube' version '6.2.0.5505' @@ -248,7 +248,7 @@ dependencyManagement { dependency group: 'commons-io', name: 'commons-io', version: '2.20.0' - dependencySet( group: 'org.springframework.security', version: '6.5.1'){ + dependencySet( group: 'org.springframework.security', version: '6.5.3'){ entry 'spring-boot-starter-security' entry 'spring-security-core' entry 'spring-security-acl'