Просмотр исходного кода

Update to Spring Security 5.4.2

Closes gh-229
Joe Grandja 4 лет назад
Родитель
Сommit
b25b906917
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      gradle/dependency-management.gradle

+ 1 - 1
gradle/dependency-management.gradle

@@ -3,7 +3,7 @@ if (!project.hasProperty("springVersion")) {
 }
 
 if (!project.hasProperty("springSecurityVersion")) {
-	ext.springSecurityVersion = "5.4.+"
+	ext.springSecurityVersion = "5.4.2"
 }
 
 if (!project.hasProperty("reactorVersion")) {