diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f0138adf1..7b7230f1f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,6 +20,10 @@ updates: directory: "/" schedule: interval: "daily" + ignore: + # Jetty >=10 requires Java 11+ + - dependency-name: "org.eclipse.jetty:*" + versions: [">= 10.0"] - package-ecosystem: "github-actions" directory: "/" schedule: diff --git a/pom.xml b/pom.xml index 4feb76eb1..62de5c87a 100644 --- a/pom.xml +++ b/pom.xml @@ -90,7 +90,7 @@ under the License. 3.1.1 - 9.4.44.v20210927 + 9.4.45.v20220203 3.1.0 8 3.6.4