Start building against Spring Framework 5.3.13 snapshots

See gh-28515
This commit is contained in:
Stephane Nicoll
2021-11-05 11:09:20 +01:00
parent 71151c27e7
commit 98b9e1ab21
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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"