We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a080cda commit c131431Copy full SHA for c131431
buildSrc/build.gradle
@@ -25,5 +25,5 @@ dependencies {
25
implementation "org.hidetake:gradle-ssh-plugin:2.10.1"
26
implementation "org.jfrog.buildinfo:build-info-extractor-gradle:5.2.0"
27
implementation "org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.7.1"
28
- implementation "org.springframework:spring-core:6.0.11"
+ implementation "org.springframework:spring-core:6.1.7"
29
}
gradle.properties
@@ -2,7 +2,7 @@ version=1.3.0-SNAPSHOT
2
org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError
3
org.gradle.parallel=true
4
org.gradle.caching=true
5
-springFrameworkVersion=6.1.6
+springFrameworkVersion=6.1.7
6
springSecurityVersion=6.3.0-RC1
7
springJavaformatVersion=0.0.41
8
checkstyleToolVersion=8.34
0 commit comments