Skip to content

Commit

Permalink
feat(deps): update build com.github.gantsign.maven:ktlint-maven-plugi…
Browse files Browse the repository at this point in the history
…n from v3.4.0 to v3.5.0 (#956)
  • Loading branch information
renovate[bot] authored Jan 27, 2025
1 parent c629704 commit b015d2d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion generator/openapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@

<!-- Plugin Versions -->
<exec-maven-plugin.version>3.5.0</exec-maven-plugin.version>
<ktlint-plugin.version>3.4.0</ktlint-plugin.version>
<ktlint-plugin.version>3.5.0</ktlint-plugin.version>
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
<maven-jar-plugin.version>3.4.2</maven-jar-plugin.version>
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<maven-source-plugin.version>3.3.1</maven-source-plugin.version>
<maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
<build-helper-maven-plugin.version>3.6.0</build-helper-maven-plugin.version>
<ktlint-plugin.version>3.4.0</ktlint-plugin.version>
<ktlint-plugin.version>3.5.0</ktlint-plugin.version>
<jacoco-plugin.version>0.8.12</jacoco-plugin.version>
<dokka-plugin.version>2.0.0</dokka-plugin.version>
<dokka-old-versions.location/> <!-- passed as a property when running dokka:dokka-->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
<build-helper-maven-plugin.version>3.4.0</build-helper-maven-plugin.version>
<exec-maven-plugin.version>3.5.0</exec-maven-plugin.version>
<ktlint-plugin.version>3.4.0</ktlint-plugin.version>
<ktlint-plugin.version>3.5.0</ktlint-plugin.version>
<jacoco-plugin.version>0.8.12</jacoco-plugin.version>
<dokka-plugin.version>2.0.0</dokka-plugin.version>
<maven.gpg.plugin.version>3.1.0</maven.gpg.plugin.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<rapid-java-sdk.sdk.version>5.3.1</rapid-java-sdk.sdk.version>
<jackson.version>2.18.2</jackson.version>
<ktlint-plugin.version>3.4.0</ktlint-plugin.version>
<ktlint-plugin.version>3.5.0</ktlint-plugin.version>
</properties>

<repositories>
Expand Down

0 comments on commit b015d2d

Please sign in to comment.