diff --git a/build.gradle b/build.gradle index bfce06bb..fc9b8617 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.4' id 'org.owasp.dependencycheck' version '12.1.3' id 'uk.gov.hmcts.java' version '0.12.67' id 'com.github.ben-manes.versions' version '0.52.0' @@ -256,7 +256,7 @@ dependencyManagement { dependency group: 'org.glassfish', name: 'jakarta.el', version: '4.0.2' //CVE-2022-31692, CVE-2022-31690 - dependencySet( group: 'org.springframework.security', version: '6.5.1'){ + dependencySet( group: 'org.springframework.security', version: '6.5.2'){ entry 'spring-boot-starter-security' entry 'spring-security-core' entry 'spring-security-acl'