From 3c925a8905babfba71709949983fe87b470edf17 Mon Sep 17 00:00:00 2001 From: Dongjoon Hyun Date: Tue, 31 Jan 2023 20:35:21 -0800 Subject: [PATCH] ORC-1364: Pin `spotless` to 2.30.0 --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index be044cfcdd..71c55408b1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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,)"