mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-21 16:19:42 +00:00
Polish 6de3c1ce9d
This commit is contained in:
+1
-1
@@ -21,6 +21,6 @@ nativeBuildToolsVersion=0.10.6
|
||||
snakeYamlVersion=2.4
|
||||
springFrameworkVersion=7.0.0-SNAPSHOT
|
||||
springFramework60xVersion=6.0.23
|
||||
tomcatVersion=11.0.7
|
||||
tomcatVersion=11.0.8
|
||||
|
||||
kotlin.stdlib.default.dependency=false
|
||||
|
||||
+1
-1
@@ -207,7 +207,7 @@ class TomcatWebServerFactoryCustomizerTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
@ClassPathOverrides("org.apache.tomcat.embed:tomcat-embed-core:10.1.41")
|
||||
@ClassPathOverrides("org.apache.tomcat.embed:tomcat-embed-core:11.0.7")
|
||||
void customizerIsCompatibleWithTomcatVersionsWithoutMaxPartCountAndMaxPartHeaderSize() {
|
||||
assertThatNoException().isThrownBy(this::customizeAndRunServer);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user