Skip to content

Commit

Permalink
Bump com.diffplug.spotless:spotless-maven-plugin from 2.43.0 to 2.44.0
Browse files Browse the repository at this point in the history
Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.43.0 to 2.44.0.
- [Release notes](https://github.com/diffplug/spotless/releases)
- [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md)
- [Commits](diffplug/spotless@lib/2.43.0...lib/2.44.0)

---
updated-dependencies:
- dependency-name: com.diffplug.spotless:spotless-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 7, 2025
1 parent cc76892 commit 7e83d44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion querydsl-criteria-builder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<properties>
<java.version>21</java.version>
<spotless.version>2.43.0</spotless.version>
<spotless.version>2.44.0</spotless.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion test-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<java.version>21</java.version>
<sqlite-jdbc.version>3.46.1.3</sqlite-jdbc.version>
<springdoc-openapi-starter-webmvc-ui.version>2.6.0</springdoc-openapi-starter-webmvc-ui.version>
<spotless.version>2.43.0</spotless.version>
<spotless.version>2.44.0</spotless.version>
<playwright.version>1.47.0</playwright.version>
</properties>

Expand Down

0 comments on commit 7e83d44

Please sign in to comment.