Skip to content

Commit

Permalink
build(deps): bump com.diffplug.spotless:spotless-maven-plugin from 2.…
Browse files Browse the repository at this point in the history
…40.0 to 2.41.0 (#264)

* build(deps): bump com.diffplug.spotless:spotless-maven-plugin

Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.40.0 to 2.41.0.
- [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md)
- [Commits](diffplug/spotless@lib/2.40.0...lib/2.41.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] <[email protected]>

* specify included directories

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrew Azores <[email protected]>
  • Loading branch information
dependabot[bot] and andrewazores authored Nov 27, 2023
1 parent 7b93dbc commit af27ccc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<org.hamcrest.version>2.2</org.hamcrest.version>
<org.mockito.version>5.2.0</org.mockito.version>
<org.jacoco.maven.plugin.version>0.8.11</org.jacoco.maven.plugin.version>
<com.diffplug.spotless.maven.plugin.version>2.40.0</com.diffplug.spotless.maven.plugin.version>
<com.diffplug.spotless.maven.plugin.version>2.41.0</com.diffplug.spotless.maven.plugin.version>
<com.google.googlejavaformat.version>1.17.0</com.google.googlejavaformat.version>
<org.jsoup.version>1.15.3</org.jsoup.version>

Expand Down Expand Up @@ -392,6 +392,12 @@
</executions>
<configuration>
<java>
<!-- explicitly specify these directories so that target/generated-sources/ created
by Dagger aren't checked for formatting. <excludes> doesn't seem to work as expected. -->
<includes>
<include>src/main/java/**/*.java</include>
<include>src/test/java/**/*.java</include>
</includes>
<googleJavaFormat>
<version>${com.google.googlejavaformat.version}</version>
<style>AOSP</style>
Expand Down

0 comments on commit af27ccc

Please sign in to comment.