This is an automated email from the ASF dual-hosted git repository.
olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 78976c0 [MDEP-795] Update Jetty to 9.4.45.v20220203 (#202)
78976c0 is described below
commit 78976c03b6afd8d28ff5cf82511888904cd645b0
Author: Jorge Solórzano <[email protected]>
AuthorDate: Thu Mar 3 08:41:31 2022 +0100
[MDEP-795] Update Jetty to 9.4.45.v20220203 (#202)
Signed-off-by: Jorge Solórzano <[email protected]>
---
.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 f0138ad..7b7230f 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 4feb76e..62de5c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,7 +90,7 @@ under the License.
<properties>
<mavenVersion>3.1.1</mavenVersion>
- <jettyVersion>9.4.44.v20210927</jettyVersion>
+ <jettyVersion>9.4.45.v20220203</jettyVersion>
<pluginTestingVersion>3.1.0</pluginTestingVersion>
<javaVersion>8</javaVersion>
<mavenPluginToolsVersion>3.6.4</mavenPluginToolsVersion>