Update to Spring Framework 6.0.8

Closes gh-1165
This commit is contained in:
Joe Grandja
2023-04-17 17:09:23 -04:00
parent 264d9fd4d1
commit 1bb708fbff
2 changed files with 2 additions and 2 deletions

View File

@@ -23,5 +23,5 @@ dependencies {
implementation "org.hidetake:gradle-ssh-plugin:2.10.1"
implementation "org.jfrog.buildinfo:build-info-extractor-gradle:4.26.1"
implementation "org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.7.1"
implementation "org.springframework:spring-core:6.0.5"
implementation "org.springframework:spring-core:6.0.8"
}

View File

@@ -2,7 +2,7 @@ version=1.0.2-SNAPSHOT
org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError
org.gradle.parallel=true
org.gradle.caching=true
springFrameworkVersion=6.0.5
springFrameworkVersion=6.0.8
springSecurityVersion=6.0.2
springJavaformatVersion=0.0.35
springJavaformatExcludePackages=org/springframework/security/config org/springframework/security/oauth2