Skip to content

Commit 14fba6a

Browse files
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.
1 parent 7d996b1 commit 14fba6a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
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)