From 35284acabcefa8e8edb8feb15f322c14af5e1d11 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 8 Apr 2024 15:56:42 +0100 Subject: [PATCH] Start building against Spring Security 6.1.9 snapshots See gh-40204 --- 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 71d6ad8a6b4..967c6b03e8a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1485,7 +1485,7 @@ bom { ] } } - library("Spring Security", "6.1.8") { + library("Spring Security", "6.1.9-SNAPSHOT") { considerSnapshots() group("org.springframework.security") { imports = [