From 78976c03b6afd8d28ff5cf82511888904cd645b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Sol=C3=B3rzano?= Date: Thu, 3 Mar 2022 08:41:31 +0100 Subject: [PATCH] [MDEP-795] Update Jetty to 9.4.45.v20220203 (#202) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jorge Solórzano --- .github/dependabot.yml | 4 ++++ pom.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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