Skip to content

Commit 99c2f0a

Browse files
Update Spring Upgrade - Non Major
1 parent 39c79ae commit 99c2f0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
id 'pmd'
66
id 'jacoco'
77
id 'io.spring.dependency-management' version '1.1.7'
8-
id 'org.springframework.boot' version '3.5.3'
8+
id 'org.springframework.boot' version '3.5.4'
99
id 'org.owasp.dependencycheck' version '12.1.3'
1010
id 'uk.gov.hmcts.java' version '0.12.67'
1111
id 'com.github.ben-manes.versions' version '0.52.0'
@@ -256,7 +256,7 @@ dependencyManagement {
256256
dependency group: 'org.glassfish', name: 'jakarta.el', version: '4.0.2'
257257

258258
//CVE-2022-31692, CVE-2022-31690
259-
dependencySet( group: 'org.springframework.security', version: '6.5.1'){
259+
dependencySet( group: 'org.springframework.security', version: '6.5.2'){
260260
entry 'spring-boot-starter-security'
261261
entry 'spring-security-core'
262262
entry 'spring-security-acl'

0 commit comments

Comments
 (0)