Skip to content

Commit 78976c0

Browse files
authored
[MDEP-795] Update Jetty to 9.4.45.v20220203 (#202)
Signed-off-by: Jorge Solórzano <[email protected]>
1 parent a8d4690 commit 78976c0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ updates:
2020
directory: "/"
2121
schedule:
2222
interval: "daily"
23+
ignore:
24+
# Jetty >=10 requires Java 11+
25+
- dependency-name: "org.eclipse.jetty:*"
26+
versions: [">= 10.0"]
2327
- package-ecosystem: "github-actions"
2428
directory: "/"
2529
schedule:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ under the License.
9090

9191
<properties>
9292
<mavenVersion>3.1.1</mavenVersion>
93-
<jettyVersion>9.4.44.v20210927</jettyVersion>
93+
<jettyVersion>9.4.45.v20220203</jettyVersion>
9494
<pluginTestingVersion>3.1.0</pluginTestingVersion>
9595
<javaVersion>8</javaVersion>
9696
<mavenPluginToolsVersion>3.6.4</mavenPluginToolsVersion>

0 commit comments

Comments
 (0)