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.44.1
  • Loading branch information
renovate[bot] authored Jan 11, 2025
1 parent 4c5ee51 commit 3860377
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion poc-algorithms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>17</java.version>
<spotless.version>2.43.0</spotless.version>
<spotless.version>2.44.1</spotless.version>
<sonar.skip>true</sonar.skip>
</properties>

Expand Down
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.8.0</springdoc-open-ui.version>

<spotless.version>2.43.0</spotless.version>
<spotless.version>2.44.1</spotless.version>
<sonar-maven-plugin.version>5.0.0.4389</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 @@
<springdoc-open-ui.version>2.8.0</springdoc-open-ui.version>

<maven-checkstyle-plugin.version>3.6.0</maven-checkstyle-plugin.version>
<spotless.version>2.43.0</spotless.version>
<spotless.version>2.44.1</spotless.version>

<jacoco-maven-plugin.version>0.8.12</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>11.1.1</dependency-check-maven.version>
<spotless.version>2.43.0</spotless.version>
<spotless.version>2.44.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>11.1.1</dependency-check-maven.version>
<spotless.version>2.43.0</spotless.version>
<spotless.version>2.44.1</spotless.version>

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

0 comments on commit 3860377

Please sign in to comment.