Update dependencies and plugins
This commit is contained in:
@@ -56,7 +56,7 @@ public class CipherStreamControllerIntegrationTestBase{
|
||||
|
||||
protected void verifyAspectLogging(ObjectNode jsonNode){
|
||||
//Verify the MDC
|
||||
jsonNode.fields().forEachRemaining(entry -> {
|
||||
jsonNode.properties().forEach(entry -> {
|
||||
if(entry.getValue().isTextual()){
|
||||
verify(mdc, times(1)).put(entry.getKey(), entry.getValue().asText());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user