From f98f4e20c828c8655a552f9606f1f405b6386439 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 4 Jan 2024 14:32:55 +0000 Subject: [PATCH] Start building against Spring Security 6.3.0 snapshots See gh-38990 --- 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 37b0d94e9e..858dec0c50 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1605,7 +1605,7 @@ bom { ] } } - library("Spring Security", "6.2.1") { + library("Spring Security", "6.3.0-SNAPSHOT") { considerSnapshots() group("org.springframework.security") { imports = [