Skip to content

Commit 0996e13

Browse files
committed
Update to Spring Framework 6.0.9
Closes gh-1213
1 parent c7b66e7 commit 0996e13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: buildSrc/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ dependencies {
2323
implementation "org.hidetake:gradle-ssh-plugin:2.10.1"
2424
implementation "org.jfrog.buildinfo:build-info-extractor-gradle:4.29.0"
2525
implementation "org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.7.1"
26-
implementation "org.springframework:spring-core:6.0.8"
26+
implementation "org.springframework:spring-core:6.0.9"
2727
}

Diff for: gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version=1.1.0-SNAPSHOT
22
org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError
33
org.gradle.parallel=true
44
org.gradle.caching=true
5-
springFrameworkVersion=6.0.8
5+
springFrameworkVersion=6.0.9
66
springSecurityVersion=6.1.0-RC1
77
springJavaformatVersion=0.0.38
88
springJavaformatExcludePackages=org/springframework/security/config org/springframework/security/oauth2

0 commit comments

Comments
 (0)