Paketo buildpacks have started logging a deprecation warning when the API version support advertised by the platform is less than `0.8`. Since Spring Boot `2.6.x` advertises support for platform API `0.5`, the `2.6.x` system tests [fail when the tests detect the deprecation warning in the build output](https://ge.spring.io/s/em6gtrtcaucbo/tests/:spring-boot-system-tests:spring-boot-image-tests:systemTest/org.springframework.boot.image.paketo.PaketoBuilderTests/executableJarAppBuiltTwiceWithCaching()?top-execution=1). The `2.7.x` and later system tests pass because they [advertise platform API version `0.8`](https://github.com/spring-projects/spring-boot/issues/28850). The `2.6.x` Paketo system tests should ignore build output deprecation warnings, but the `2.7.x` and later tests can fail on deprecation warnings.