We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8d4690 commit 78976c0Copy full SHA for 78976c0
.github/dependabot.yml
@@ -20,6 +20,10 @@ updates:
20
directory: "/"
21
schedule:
22
interval: "daily"
23
+ ignore:
24
+ # Jetty >=10 requires Java 11+
25
+ - dependency-name: "org.eclipse.jetty:*"
26
+ versions: [">= 10.0"]
27
- package-ecosystem: "github-actions"
28
29
pom.xml
@@ -90,7 +90,7 @@ under the License.
90
91
<properties>
92
<mavenVersion>3.1.1</mavenVersion>
93
- <jettyVersion>9.4.44.v20210927</jettyVersion>
+ <jettyVersion>9.4.45.v20220203</jettyVersion>
94
<pluginTestingVersion>3.1.0</pluginTestingVersion>
95
<javaVersion>8</javaVersion>
96
<mavenPluginToolsVersion>3.6.4</mavenPluginToolsVersion>
0 commit comments