Skip to content

Commit 43deb90

Browse files
committed
Merge branch '1.1.x'
2 parents c4aa51e + 3253eb9 commit 43deb90

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

buildSrc/build.gradle

Lines changed: 1 addition & 1 deletion
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.9"
26+
implementation "org.springframework:spring-core:6.0.10"
2727
}

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ version=1.2.0-SNAPSHOT
22
org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError
33
org.gradle.parallel=true
44
org.gradle.caching=true
5-
springFrameworkVersion=6.0.9
6-
springSecurityVersion=6.1.0
5+
springFrameworkVersion=6.0.10
6+
springSecurityVersion=6.1.1
77
springJavaformatVersion=0.0.38
88
springJavaformatExcludePackages=org/springframework/security/config org/springframework/security/oauth2
99
checkstyleToolVersion=8.34

0 commit comments

Comments
 (0)