Browse Source

Update org.springframework to 5.3.6

Closes gh-9715
Rob Winch 4 years ago
parent
commit
3d017f65bc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dependencies/spring-security-dependencies.gradle

+ 1 - 1
dependencies/spring-security-dependencies.gradle

@@ -7,7 +7,7 @@ javaPlatform {
 }
 
 dependencies {
-	api platform("org.springframework:spring-framework-bom:5.3.5")
+	api platform("org.springframework:spring-framework-bom:5.3.6")
 	api platform("io.projectreactor:reactor-bom:2020.0.6")
 	api platform("io.rsocket:rsocket-bom:1.1.0")
 	api platform("org.springframework.data:spring-data-bom:2020.0.7")