From 98b9e1ab216311f1559e5eb4fb9d932a73132f91 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 5 Nov 2021 11:09:20 +0100 Subject: [PATCH] Start building against Spring Framework 5.3.13 snapshots See gh-28515 --- .../autoconfigure/web/reactive/ReactiveMultipartProperties.java | 2 +- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/reactive/ReactiveMultipartProperties.java b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/reactive/ReactiveMultipartProperties.java index bf06bc926c66..2bdb759f3fef 100644 --- a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/reactive/ReactiveMultipartProperties.java +++ b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/reactive/ReactiveMultipartProperties.java @@ -43,7 +43,7 @@ public class ReactiveMultipartProperties { * Maximum amount of memory allowed per headers section of each part. Set to -1 to * enforce no limits. */ - private DataSize maxHeadersSize = DataSize.ofKilobytes(8); + private DataSize maxHeadersSize = DataSize.ofKilobytes(10); /** * Maximum amount of disk space allowed per part. Default is -1 which enforces no diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index c5b277a4a68b..3641e9e68301 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1642,7 +1642,7 @@ bom { ] } } - library("Spring Framework", "5.3.12") { + library("Spring Framework", "5.3.13-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom"