playframework / play-ws

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

Patch updates #902

Closed scala-steward closed 1 month ago

scala-steward commented 1 month ago

About this PR

Updates:

Usage

βœ… Please merge!

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

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 these to your `.scala-steward.conf` file to ignore future updates of these dependencies: ``` updates.ignore = [ { groupId = "org.apache.pekko", artifactId = "pekko-actor-typed" }, { groupId = "org.apache.pekko", artifactId = "pekko-serialization-jackson" }, { groupId = "org.apache.pekko", artifactId = "pekko-slf4j" }, { groupId = "org.apache.pekko", artifactId = "pekko-stream" }, { groupId = "org.playframework", artifactId = "play-json" }, { groupId = "org.playframework", artifactId = "play-netty-server" } ] ``` Or, add these to slow down future updates of these dependencies: ``` dependencyOverrides = [ { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.apache.pekko", artifactId = "pekko-actor-typed" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.apache.pekko", artifactId = "pekko-serialization-jackson" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.apache.pekko", artifactId = "pekko-slf4j" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.apache.pekko", artifactId = "pekko-stream" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.playframework", artifactId = "play-json" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.playframework", artifactId = "play-netty-server" } } ] ```

labels: test-library-update, library-update, early-semver-patch, semver-spec-patch, version-scheme:semver-spec, commit-count:n:3