playframework / play-ws

Standalone Play WS, an async HTTP client with fluent API
https://www.playframework.com/documentation/latest/JavaWS
Apache License 2.0
223 stars 87 forks source link

play-netty-server 2.9.0-RC3 (was 2.9.0-RC2) #804

Closed scala-steward closed 11 months ago

scala-steward commented 1 year ago

About this PR

πŸ“¦ Updates com.typesafe.play:play-netty-server from 2.9.0-RC2 to 2.9.0-RC3

πŸ“œ GitHub Release Notes - Version Diff

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 = "com.typesafe.play", artifactId = "play-netty-server" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play", artifactId = "play-netty-server" } }] ```

labels: test-library-update, early-semver-pre-release, semver-spec-pre-release, commit-count:1