Skip to content

Commit 16379fa

Browse files
chore(deps): bump com.diffplug.spotless:spotless-maven-plugin from 2.46.1 to 3.0.0 (7311)
chore(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] <[email protected]> --- chore(build): update java runtime to 17 for style check Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ashish Thakur <[email protected]>
1 parent 6e20702 commit 16379fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/style-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ jobs:
4242
uses: actions/checkout@v5
4343
with:
4444
fetch-depth: 0
45-
- name: Setup Java 11
45+
- name: Setup Java 17
4646
uses: actions/setup-java@v5
4747
with:
48-
java-version: '11'
48+
java-version: '17'
4949
distribution: 'temurin'
5050
- name: Check License Headers
5151
run: ./mvnw ${MAVEN_ARGS} -Pitests -N license:check

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
<sonar-maven-plugin.version>5.2.0.4988</sonar-maven-plugin.version>
167167
<central-publishing-maven-plugin>0.9.0</central-publishing-maven-plugin>
168168
<properties.maven.plugin.version>1.0.0</properties.maven.plugin.version>
169-
<spotless-maven-plugin.version>2.46.1</spotless-maven-plugin.version>
169+
<spotless-maven-plugin.version>3.0.0</spotless-maven-plugin.version>
170170
<really-executable-jar-maven-plugin.version>2.1.1</really-executable-jar-maven-plugin.version>
171171

172172
<!-- Other options -->

0 commit comments

Comments
 (0)