Skip to content

Commit 1202147

Browse files
chore(deps): update dependency com.diffplug.spotless:spotless-maven-plugin to v2.46.1 (release/8.6) (#334)
* chore(deps): update dependency com.diffplug.spotless:spotless-maven-plugin to v2.46.1 * format --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jonathan Lukas <[email protected]>
1 parent 7033721 commit 1202147

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

extension/java-client-operate/src/test/java/io/camunda/operate/http/DefaultErrorCodeHandlerTest.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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());

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
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>

0 commit comments

Comments
 (0)