Skip to content

Commit

Permalink
Update to Spring Framework 5.3.28
Browse files Browse the repository at this point in the history
Closes gh-1272
  • Loading branch information
jgrandja committed Jun 19, 2023
1 parent 2b3b5d2 commit 19ed64d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ dependencies {
implementation "org.hidetake:gradle-ssh-plugin:2.10.1"
implementation "org.jfrog.buildinfo:build-info-extractor-gradle:4.29.0"
implementation "org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.7.1"
implementation "org.springframework:spring-core:5.3.27"
implementation "org.springframework:spring-core:5.3.28"
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version=0.4.3-SNAPSHOT
org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError
org.gradle.parallel=true
org.gradle.caching=true
springFrameworkVersion=5.3.27
springFrameworkVersion=5.3.28
springSecurityVersion=5.8.3
springJavaformatVersion=0.0.38
springJavaformatExcludePackages=org/springframework/security/config org/springframework/security/oauth2
Expand Down

0 comments on commit 19ed64d

Please sign in to comment.