From 61dd2313eb4c7a8485f65cf2866d790b71f085ff Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 11 Feb 2022 11:50:16 +0100 Subject: [PATCH] Upgrade to Spring Security 6.0 M1. There are currently no snapshots available. See #2100 --- spring-data-rest-tests/spring-data-rest-tests-security/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-data-rest-tests/spring-data-rest-tests-security/pom.xml b/spring-data-rest-tests/spring-data-rest-tests-security/pom.xml index 7b707d0a0..05825f2b1 100644 --- a/spring-data-rest-tests/spring-data-rest-tests-security/pom.xml +++ b/spring-data-rest-tests/spring-data-rest-tests-security/pom.xml @@ -14,7 +14,7 @@ spring.data.rest.tests.security - 6.0.0-SNAPSHOT + 6.0.0-M1