scalatra / scalatra

Tiny Scala high-performance, async web framework, inspired by Sinatra
http://scalatra.org
Other
2.64k stars 335 forks source link

Update jetty-ee10-webapp to 12.0.11 #1696

Closed scala-steward-bot closed 5 days ago

scala-steward-bot commented 5 days ago

About this PR

📦 Updates org.eclipse.jetty.ee10:jetty-ee10-webapp from 12.0.10 to 12.0.11

Usage

✅ Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

âš™ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.eclipse.jetty.ee10", artifactId = "jetty-ee10-webapp" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.eclipse.jetty.ee10", artifactId = "jetty-ee10-webapp" } }] ```

labels: library-update, early-semver-patch, semver-spec-patch, commit-count:1