mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Merge branch '3.5.x'
Closes gh-48106
This commit is contained in:
+1
-1
@@ -569,7 +569,7 @@ class PaketoBuilderTests {
|
||||
|
||||
private static class DigestCapturingCondition extends Condition<Object> {
|
||||
|
||||
private static String digest = null;
|
||||
private static String digest;
|
||||
|
||||
DigestCapturingCondition() {
|
||||
super(predicate(), "a value starting with 'sha256:'");
|
||||
|
||||
Reference in New Issue
Block a user