Skip to content

Commit 42e430b

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

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

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.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>

0 commit comments

Comments
 (0)