Skip to content

Commit 79c60e2

Browse files
Update Spring Upgrade - Non Major (#899)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 97f8754 commit 79c60e2

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.5'
99
id 'org.owasp.dependencycheck' version '12.1.3'
1010
id 'com.github.ben-manes.versions' version '0.52.0'
1111
id 'org.sonarqube' version '6.2.0.5505'
@@ -248,7 +248,7 @@ dependencyManagement {
248248

249249
dependency group: 'commons-io', name: 'commons-io', version: '2.20.0'
250250

251-
dependencySet( group: 'org.springframework.security', version: '6.5.1'){
251+
dependencySet( group: 'org.springframework.security', version: '6.5.3'){
252252
entry 'spring-boot-starter-security'
253253
entry 'spring-security-core'
254254
entry 'spring-security-acl'

0 commit comments

Comments
 (0)