File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,5 +23,5 @@ dependencies {
23
23
implementation " org.hidetake:gradle-ssh-plugin:2.10.1"
24
24
implementation " org.jfrog.buildinfo:build-info-extractor-gradle:4.29.0"
25
25
implementation " org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.7.1"
26
- implementation " org.springframework:spring-core:6.0.10 "
26
+ implementation " org.springframework:spring-core:6.0.11 "
27
27
}
Original file line number Diff line number Diff line change @@ -19,6 +19,6 @@ dependencies {
19
19
api " com.squareup.okhttp3:mockwebserver:4.10.0"
20
20
api " com.squareup.okhttp3:okhttp:4.10.0"
21
21
api " com.jayway.jsonpath:json-path:2.8.0"
22
- api " org.hsqldb:hsqldb:2.7.1 "
22
+ api " org.hsqldb:hsqldb:2.7.2 "
23
23
}
24
24
}
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ version=1.2.0-SNAPSHOT
2
2
org.gradle.jvmargs =-Xmx3g -XX:+HeapDumpOnOutOfMemoryError
3
3
org.gradle.parallel =true
4
4
org.gradle.caching =true
5
- springFrameworkVersion =6.0.10
6
- springSecurityVersion =6.1.1
5
+ springFrameworkVersion =6.0.11
6
+ springSecurityVersion =6.1.2
7
7
springJavaformatVersion =0.0.38
8
8
springJavaformatExcludePackages =org/springframework/security/config org/springframework/security/oauth2
9
9
checkstyleToolVersion =8.34
You can’t perform that action at this time.
0 commit comments