zio-aws icon indicating copy to clipboard operation
zio-aws copied to clipboard

Update aws-core, http-client-spi, ... to 2.17.292

Open vigoo opened this issue 2 years ago • 0 comments

Updates

  • software.amazon.awssdk:aws-core
  • software.amazon.awssdk:http-client-spi
  • software.amazon.awssdk:netty-nio-client

from 2.17.290 to 2.17.292.

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 = "software.amazon.awssdk" } ]

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

dependencyOverrides = [{
  pullRequests = { frequency = "@monthly" },
  dependency = { groupId = "software.amazon.awssdk" }
}]

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

vigoo avatar Oct 15 '22 04:10 vigoo