Skip to content

Commit

Permalink
Update Jetty to 9.4.46.v20220331
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Solórzano <jorsol@gmail.com>
  • Loading branch information
jorsol authored and slachiewicz committed Apr 12, 2022
1 parent f85777b commit 60cb0bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Expand Up @@ -4,6 +4,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
6 changes: 1 addition & 5 deletions pom.xml
Expand Up @@ -63,10 +63,6 @@
</developer>
</developers>

<prerequisites>
<maven>${mavenVersion}</maven>
</prerequisites>

<modules>
<module>mrm-api</module>
<module>mrm-servlet</module>
Expand All @@ -89,7 +85,7 @@
<scmpublish.content>target/staging/mrm</scmpublish.content>
<mavenVersion>2.2.1</mavenVersion>
<mojo.java.target>1.8</mojo.java.target>
<jetty.version>9.4.43.v20210629</jetty.version>
<jetty.version>9.4.46.v20220331</jetty.version>
<project.build.outputTimestamp>2022-01-18T09:14:02Z</project.build.outputTimestamp>
</properties>

Expand Down

0 comments on commit 60cb0bd

Please sign in to comment.