Explorar el Código

Update to Spring Framework 5.3.23

Closes gh-898
Joe Grandja hace 2 años
padre
commit
17c882c06d
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      buildSrc/build.gradle
  2. 1 1
      gradle.properties

+ 1 - 1
buildSrc/build.gradle

@@ -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:5.3.22"
+	implementation "org.springframework:spring-core:5.3.23"
 }

+ 1 - 1
gradle.properties

@@ -2,7 +2,7 @@ version=0.4.0-SNAPSHOT
 org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError
 org.gradle.parallel=true
 org.gradle.caching=true
-springFrameworkVersion=5.3.22
+springFrameworkVersion=5.3.23
 springSecurityVersion=5.8.0-M2
 springJavaformatVersion=0.0.31
 springJavaformatExcludePackages=org/springframework/security/config org/springframework/security/oauth2