This commit is contained in:
Andy Wilkinson
2025-06-18 10:15:25 +01:00
parent 8f5045b2a1
commit 00b5970666
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
@@ -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);
}