File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
extension/java-client-operate/src/test/java/io/camunda/operate/http Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ public class DefaultErrorCodeHandlerTest {
1515 @ Test
1616 void shouldReadError () throws IOException {
1717 String body =
18- """
18+ """
1919{ "message": "This is an error!"}
2020""" ;
2121 InputStream in = new ByteArrayInputStream (body .getBytes ());
@@ -34,7 +34,7 @@ void shouldReadError() throws IOException {
3434 @ Test
3535 void shouldAppendReasonPhrase () throws IOException {
3636 String body =
37- """
37+ """
3838{ "message": "This is an error!"}
3939""" ;
4040 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.46.1 </plugin .version.spotless-maven-plugin>
55+ <plugin .version.spotless-maven-plugin>3.0.0 </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.11.2</plugin .version.native-maven-plugin>
5858 <plugin .version.maven-depdendency-plugin>3.9.0</plugin .version.maven-depdendency-plugin>
You can’t perform that action at this time.
0 commit comments