Skip to content

Commit

Permalink
ORC-1364: Pin spotless to 2.30.0 (apache#1395)
Browse files Browse the repository at this point in the history
### 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
- apache#1392

### How was this patch tested?
Manual review.
  • Loading branch information
dongjoon-hyun authored and cxzl25 committed Jan 11, 2024
1 parent 28a509e commit 5fdc795
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,6 @@ updates:
# Pin mockito to 4.x
- dependency-name: "org.mockito"
versions: "[5.0.0,)"
# Pin spotless to 2.30.0 due to Java 8 support
- dependency-name: "com.diffplug.spotless:spotless-maven-plugin"
versions: "[2.31.0,)"

0 comments on commit 5fdc795

Please sign in to comment.