From 0ba964d8b88f3ce96347b975d132c6d8faa27044 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 11 Apr 2025 12:11:56 +0200 Subject: [PATCH 1/2] Start building against Spring Framework 6.1.19 snapshots See gh-1521 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index a22edd7a..88740ba9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,4 +4,4 @@ org.gradle.caching=true org.gradle.parallel=true compatibilityTestPluginVersion=0.0.3 -springFrameworkVersion=6.1.18 \ No newline at end of file +springFrameworkVersion=6.1.19-SNAPSHOT \ No newline at end of file From e633cc0e766a3f68197ca1d49d79250dee813305 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 11 Apr 2025 12:12:25 +0200 Subject: [PATCH 2/2] Start building against Spring Security 6.3.9 snapshots See gh-1522 --- spring-ws-platform/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-ws-platform/build.gradle b/spring-ws-platform/build.gradle index 63972ac4..9b87e140 100644 --- a/spring-ws-platform/build.gradle +++ b/spring-ws-platform/build.gradle @@ -14,7 +14,7 @@ dependencies { api(platform("org.junit:junit-bom:5.11.0")) api(platform("org.slf4j:slf4j-bom:2.0.17")) api(platform("org.springframework:spring-framework-bom:${springFrameworkVersion}")) - api(platform("org.springframework.security:spring-security-bom:6.3.8")) + api(platform("org.springframework.security:spring-security-bom:6.3.9-SNAPSHOT")) constraints { api("com.fasterxml.woodstox:woodstox-core:6.5.1") api("com.icegreen:greenmail:2.0.1")