From 1d1d6ef637c1e13e3abcc0f32413e36e6d024956 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 12 Apr 2023 11:00:51 +0200 Subject: [PATCH] Start building against Spring Security 5.7.8 snapshots See gh-34948 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 79d77a05e0..8a521e3135 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1832,7 +1832,7 @@ bom { ] } } - library("Spring Security", "5.7.7") { + library("Spring Security", "5.7.8-SNAPSHOT") { prohibit { versionRange "[6.0.0-M1,)" because "it uses Spring Framework 6"