Skip to content

Commit 12312c7

Browse files
committed
Use Tomcat 11 in Paketo war deployment test
Closes gh-47030
1 parent 5e8d1d4 commit 12312c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system-test/spring-boot-image-system-tests/src/systemTest/resources/org/springframework/boot/image/paketo/PaketoBuilderTests-plainWarApp.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ war {
4848
bootBuildImage {
4949
archiveFile = war.archiveFile
5050
runImage = "paketobuildpacks/ubuntu-noble-run-base:latest"
51-
environment = ['BP_JVM_VERSION': java.targetCompatibility.getMajorVersion(), 'BP_TOMCAT_VERSION': '10.*']
51+
environment = ['BP_JVM_VERSION': java.targetCompatibility.getMajorVersion(), 'BP_TOMCAT_VERSION': '11.*']
5252
}

0 commit comments

Comments
 (0)