Skip to content

Commit 963818e

Browse files
committed
ORC-1364: Pin spotless to 2.30.0 (#1395)
### What changes were proposed in this pull request? This PR pins `spotless` to 2.30.0. ### Why are the changes needed? `spotless` dropped Java 8 support at 2.31.0. - diffplug/spotless#1514 - #1392 ### How was this patch tested? Manual review. (cherry picked from commit 14fba6a) Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 12a2b20 commit 963818e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/dependabot.yml

+3
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,6 @@ updates:
5151
# Pin mockito to 4.x
5252
- dependency-name: "org.mockito"
5353
versions: "[5.0.0,)"
54+
# Pin spotless to 2.30.0 due to Java 8 support
55+
- dependency-name: "com.diffplug.spotless:spotless-maven-plugin"
56+
versions: "[2.31.0,)"

0 commit comments

Comments
 (0)