Update dependencies and plugins

This commit is contained in:
2025-05-25 14:47:08 -04:00
parent 915034315c
commit cd13fb8e15
3 changed files with 18 additions and 18 deletions

View File

@@ -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());
}