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 63eef12..0858bf0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,7 @@
3.3.1
3.6.1
3.5.4
- 2.46.1
+ 3.0.0
3.14.1
0.10.6
3.9.0