sttp icon indicating copy to clipboard operation
sttp copied to clipboard

Update async-http-client to 3.0.0

Open softwaremill-ci opened this issue 1 year ago • 1 comments

About this PR

📦 Updates org.asynchttpclient:async-http-client from 2.12.3 to 3.0.0

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.asynchttpclient", artifactId = "async-http-client" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.asynchttpclient", artifactId = "async-http-client" }
}]
labels: library-update, early-semver-major, semver-spec-major, commit-count:1

softwaremill-ci avatar Jul 30 '24 00:07 softwaremill-ci

Blocked by reactive streams integration no longer available in async-http-client, see https://github.com/AsyncHttpClient/async-http-client/discussions/1925

kciesielski avatar Aug 16 '24 10:08 kciesielski

Superseded by #2358.

softwaremill-ci avatar Dec 03 '24 00:12 softwaremill-ci