Skip to content

Commit

Permalink
chore(deps): update dependency com.diffplug.spotless:spotless-maven-p…
Browse files Browse the repository at this point in the history
…lugin to v2.41.1
  • Loading branch information
renovate[bot] committed Dec 4, 2023
1 parent a01a49d commit aced5e4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion poc-mongodb-redis-cache/mongodb-redis-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<java.version>17</java.version>
<springdoc-open-ui.version>2.3.0</springdoc-open-ui.version>

<spotless.version>2.40.0</spotless.version>
<spotless.version>2.41.1</spotless.version>
<sonar-maven-plugin.version>3.10.0.2594</sonar-maven-plugin.version>
<properties-maven-plugin.version>1.2.1</properties-maven-plugin.version>
<maven-checkstyle-plugin.version>3.3.0</maven-checkstyle-plugin.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<openapi.version>2.3.0</openapi.version>

<maven-checkstyle-plugin.version>3.3.1</maven-checkstyle-plugin.version>
<spotless.version>2.40.0</spotless.version>
<spotless.version>2.41.1</spotless.version>

<jacoco-maven-plugin.version>0.8.11</jacoco-maven-plugin.version>
<jacoco.minimum.coverage>0.80</jacoco.minimum.coverage>
Expand Down
2 changes: 1 addition & 1 deletion poc-rest-api/spring-boot-rest-webflux/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<project.testresult.directory>${project.build.directory}/test-results</project.testresult.directory>
<dependency-check-maven.version>9.0.2</dependency-check-maven.version>
<spotless.version>2.40.0</spotless.version>
<spotless.version>2.41.1</spotless.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion poc-rest-api/spring-boot-rest-webmvc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<maven-pmd-plugin.version>3.13.0</maven-pmd-plugin.version>
<dependency-check-maven.version>9.0.2</dependency-check-maven.version>
<spotless.version>2.40.0</spotless.version>
<spotless.version>2.41.1</spotless.version>

<db.username>local</db.username>
<db.password>local</db.password>
Expand Down

0 comments on commit aced5e4

Please sign in to comment.