Skip to content

Commit 00b5970

Browse files
committed
Polish 6de3c1c
1 parent 8f5045b commit 00b5970

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ nativeBuildToolsVersion=0.10.6
2121
snakeYamlVersion=2.4
2222
springFrameworkVersion=7.0.0-SNAPSHOT
2323
springFramework60xVersion=6.0.23
24-
tomcatVersion=11.0.7
24+
tomcatVersion=11.0.8
2525

2626
kotlin.stdlib.default.dependency=false

spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/web/embedded/TomcatWebServerFactoryCustomizerTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ void customMaxPartHeaderSize() {
207207
}
208208

209209
@Test
210-
@ClassPathOverrides("org.apache.tomcat.embed:tomcat-embed-core:10.1.41")
210+
@ClassPathOverrides("org.apache.tomcat.embed:tomcat-embed-core:11.0.7")
211211
void customizerIsCompatibleWithTomcatVersionsWithoutMaxPartCountAndMaxPartHeaderSize() {
212212
assertThatNoException().isThrownBy(this::customizeAndRunServer);
213213
}

0 commit comments

Comments
 (0)