diff --git a/extension/java-client-operate/src/test/java/io/camunda/operate/http/DefaultErrorCodeHandlerTest.java b/extension/java-client-operate/src/test/java/io/camunda/operate/http/DefaultErrorCodeHandlerTest.java index 66de476..1f30831 100644 --- a/extension/java-client-operate/src/test/java/io/camunda/operate/http/DefaultErrorCodeHandlerTest.java +++ b/extension/java-client-operate/src/test/java/io/camunda/operate/http/DefaultErrorCodeHandlerTest.java @@ -15,7 +15,7 @@ public class DefaultErrorCodeHandlerTest { @Test void shouldReadError() throws IOException { String body = - """ +""" { "message": "This is an error!"} """; InputStream in = new ByteArrayInputStream(body.getBytes()); @@ -34,7 +34,7 @@ void shouldReadError() throws IOException { @Test void shouldAppendReasonPhrase() throws IOException { String body = - """ +""" { "message": "This is an error!"} """; InputStream in = new ByteArrayInputStream(body.getBytes()); diff --git a/pom.xml b/pom.xml index d8be4ce..50c136b 100644 --- a/pom.xml +++ b/pom.xml @@ -54,7 +54,7 @@ 3.3.1 3.6.1 3.5.4 - 2.46.1 + 3.0.0 3.14.1 0.11.2 3.8.1