Merge branch '3.1.x' into 3.2.x

Closes gh-39511
This commit is contained in:
Scott Frederick 2024-02-11 13:04:56 -06:00
commit 2ef6b42432

View File

@ -73,6 +73,7 @@ class PaketoBuilderTests {
this.gradleBuild.scriptPropertyFrom(new File("../../gradle.properties"), "nativeBuildToolsVersion");
this.gradleBuild.expectDeprecationMessages("BPL_SPRING_CLOUD_BINDINGS_ENABLED.*true.*Deprecated");
this.gradleBuild.expectDeprecationMessages("BOM table is deprecated");
this.gradleBuild.expectDeprecationMessages("Command \"packages\" is deprecated, use `syft scan` instead");
this.gradleBuild.gradleVersion(GradleVersions.maximumCompatible());
}