Start building against Spring Framework 5.3.13 snapshots
See gh-28515
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user