Skip to content

Commit

Permalink
Start building against Spring Framework 5.3.13 snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed Nov 5, 2021
1 parent 71151c2 commit 98b9e1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-project/spring-boot-dependencies/build.gradle
Expand Up @@ -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"
Expand Down

0 comments on commit 98b9e1a

Please sign in to comment.