storage-service icon indicating copy to clipboard operation
storage-service copied to clipboard

chore(deps): AWS dependency updates

Open wellcome-collection-scala-steward[bot] opened this issue 10 months ago • 0 comments

About this PR

Updates:

  • 📦 software.amazon.awssdk:s3-transfer-manager from 2.25.28 to 2.25.40

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 = "software.amazon.awssdk", artifactId = "s3-transfer-manager" }
]

Or, add these to slow down future updates of these dependencies:

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "software.amazon.awssdk", artifactId = "s3-transfer-manager" }
  }
]
labels: dependencies, library-update, early-semver-patch, semver-spec-patch, commit-count:1