Skip to content

Commit

Permalink
[MDEP-795] Update Jetty to 9.4.45.v20220203 (#202)
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Solórzano <jorsol@gmail.com>
  • Loading branch information
jorsol committed Mar 3, 2022
1 parent a8d4690 commit 78976c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -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>
Expand Down

0 comments on commit 78976c0

Please sign in to comment.