Skip to content

Commit c131431

Browse files
committed
Update to Spring Framework 6.1.7
Closes gh-1618
1 parent a080cda commit c131431

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ dependencies {
2525
implementation "org.hidetake:gradle-ssh-plugin:2.10.1"
2626
implementation "org.jfrog.buildinfo:build-info-extractor-gradle:5.2.0"
2727
implementation "org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.7.1"
28-
implementation "org.springframework:spring-core:6.0.11"
28+
implementation "org.springframework:spring-core:6.1.7"
2929
}

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version=1.3.0-SNAPSHOT
22
org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError
33
org.gradle.parallel=true
44
org.gradle.caching=true
5-
springFrameworkVersion=6.1.6
5+
springFrameworkVersion=6.1.7
66
springSecurityVersion=6.3.0-RC1
77
springJavaformatVersion=0.0.41
88
checkstyleToolVersion=8.34

0 commit comments

Comments
 (0)