From 6b016e73f492c57792b3cceb864729677515402f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 5 Nov 2024 12:44:26 +0900 Subject: [PATCH] Start building against Spring Security 6.3.5 snapshots See gh-43013 --- 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 1d0f8fd5b7..60cc67ae2d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2120,7 +2120,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}") } } - library("Spring Security", "6.3.4") { + library("Spring Security", "6.3.5-SNAPSHOT") { considerSnapshots() group("org.springframework.security") { imports = [