Skip to content

Commit bf82dd7

Browse files
build(deps): bump com.diffplug.spotless:spotless-maven-plugin from 2.46.1 to 3.0.0 (#787)
* build(deps): bump com.diffplug.spotless:spotless-maven-plugin Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.46.1 to 3.0.0. - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](diffplug/spotless@maven/2.46.1...lib/3.0.0) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * build: fix plugin * build: downgrade scalafmt --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eugene Rubanov <eugene.rubanov@neo4j.com>
1 parent 4714405 commit bf82dd7

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

pom.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<slf4j-api.version>2.0.17</slf4j-api.version>
7474
<sortpom-maven-plugin.version>4.0.0</sortpom-maven-plugin.version>
7575
<spark.version>3.5.7</spark.version>
76-
<spotless-maven-plugin.version>2.46.1</spotless-maven-plugin.version>
76+
<spotless-maven-plugin.version>3.0.0</spotless-maven-plugin.version>
7777
<surefire.jvm.args/>
7878
<testcontainers.version>1.21.3</testcontainers.version>
7979
</properties>
@@ -649,6 +649,16 @@
649649
<groupId>com.github.ekryd.sortpom</groupId>
650650
<artifactId>sortpom-maven-plugin</artifactId>
651651
</plugin>
652+
</plugins>
653+
</build>
654+
</profile>
655+
<profile>
656+
<id>enable-jdk17-plugins</id>
657+
<activation>
658+
<jdk>[17,)</jdk>
659+
</activation>
660+
<build>
661+
<plugins>
652662
<plugin>
653663
<groupId>com.diffplug.spotless</groupId>
654664
<artifactId>spotless-maven-plugin</artifactId>

0 commit comments

Comments
 (0)