Update Spring Boot to 3.3.6 and bump other dependencies (#586)
Update to Spring Boot 3.3.6 and Spring Cloud 2023.0.4 Updates to Spring Boot 3.3.6 Updates to Spring Framework 6.1.15 Updates to Spring Cloud 2023.0.4 Updates to Spring Cloud Stream 4.1.4 Updates to Spring Cloud Starters 4.1.5 Updates to Spring Cloud Functions 4.1.4 Updates to Spring Functions Catalog 5.0.1 Remove jetbrains NotNull annotation. Updated trivy scan to skip sarif Updated trivy install to 0.57.1
This commit is contained in:
committed by
GitHub
parent
262fbbbadc
commit
e4231b0f4e
@@ -19,7 +19,6 @@ package org.springframework.cloud.stream.app.processor.header.filter;
|
||||
import java.util.HashSet;
|
||||
import java.util.Set;
|
||||
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
import org.springframework.boot.WebApplicationType;
|
||||
@@ -67,7 +66,6 @@ public class HeaderFilterProcessorTests {
|
||||
}
|
||||
}
|
||||
|
||||
@NotNull
|
||||
private static Set<String> getNonReadOnlyHeaders(Message<byte[]> message) {
|
||||
var headers = new HashSet<>(message.getHeaders().keySet());
|
||||
var accessor = new IntegrationMessageHeaderAccessor(message);
|
||||
|
||||
Reference in New Issue
Block a user