File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
extension/java-client-operate/src/test/java/io/camunda/operate/http Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ public class DefaultErrorCodeHandlerTest {
1414
1515 @ Test
1616 void shouldReadError () throws IOException {
17- String body = """
17+ String body =
18+ """
1819{ "message": "This is an error!"}
1920""" ;
2021 InputStream in = new ByteArrayInputStream (body .getBytes ());
@@ -32,7 +33,8 @@ void shouldReadError() throws IOException {
3233
3334 @ Test
3435 void shouldAppendReasonPhrase () throws IOException {
35- String body = """
36+ String body =
37+ """
3638{ "message": "This is an error!"}
3739""" ;
3840 InputStream in = new ByteArrayInputStream (body .getBytes ());
Original file line number Diff line number Diff line change 5252 <plugin .version.maven-resources-plugin>3.3.1</plugin .version.maven-resources-plugin>
5353 <plugin .version.maven-shade-plugin>3.6.1</plugin .version.maven-shade-plugin>
5454 <plugin .version.maven-surefire-plugin>3.5.4</plugin .version.maven-surefire-plugin>
55- <plugin .version.spotless-maven-plugin>2.43.0 </plugin .version.spotless-maven-plugin>
55+ <plugin .version.spotless-maven-plugin>2.46.1 </plugin .version.spotless-maven-plugin>
5656 <plugin .version.maven-compiler-plugin>3.14.1</plugin .version.maven-compiler-plugin>
5757 <plugin .version.native-maven-plugin>0.10.6</plugin .version.native-maven-plugin>
5858 <plugin .version.maven-depdendency-plugin>3.8.1</plugin .version.maven-depdendency-plugin>
You can’t perform that action at this time.
0 commit comments