wellcomecollection / storage-service

🗃️ Managing the safe, long-term storage of our digital collections in the cloud
MIT License
31 stars 5 forks source link

chore(deps): Non-AWS dependency updates #1121

Open wellcome-collection-scala-steward[bot] opened 3 months ago

wellcome-collection-scala-steward[bot] commented 3 months 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!

🔍 Files still referring to the old version numbers The following files still refer to the old version numbers. You might want to review and update them manually. ``` scripts/test_requirements.txt docs/images/high_level_design.svg indexer/reindexing/requirements.txt project/Common.scala python_client/test_requirements.txt python_client/tests/cassettes/test_can_create_ingest_with_callback.json docs/images/callback_status.svg docs/images/ingest_status.svg docs/images/messaging_many_to_one.svg docs/images/messaging_one_to_many.svg docs/images/messaging_one_to_one.svg docs/images/messaging_pipeline.svg monitoring/daily_reporter/src/templates/report.html monitoring/end_to_end_bag_test/requirements.txt python_client/CHANGELOG.md scripts/requirements.txt ```
⚙ Adjust future updates Add these to your `.scala-steward.conf` file to ignore future updates of these dependencies: ``` updates.ignore = [ { groupId = "com.azure", artifactId = "azure-storage-blob" }, { groupId = "com.frugalmechanic", artifactId = "fm-sbt-s3-resolver" }, { groupId = "com.lucidchart", artifactId = "sbt-scalafmt" }, { groupId = "com.tapad", artifactId = "sbt-docker-compose" }, { groupId = "com.typesafe.sbt", artifactId = "sbt-native-packager" }, { groupId = "commons-io", artifactId = "commons-io" }, { groupId = "io.netty", artifactId = "netty-tcnative" }, { groupId = "org.apache.commons", artifactId = "commons-compress" }, { groupId = "org.mockito", artifactId = "mockito-core" }, { groupId = "org.scala-lang", artifactId = "scala-library" }, { groupId = "org.scala-sbt", artifactId = "sbt" }, { groupId = "org.scala-sbt", artifactId = "sbt-dependency-tree" }, { groupId = "org.scalatest", artifactId = "scalatest" }, { groupId = "software.amazon.awssdk.crt", artifactId = "aws-crt" } ] ``` Or, add these to slow down future updates of these dependencies: ``` dependencyOverrides = [ { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.azure", artifactId = "azure-storage-blob" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.frugalmechanic", artifactId = "fm-sbt-s3-resolver" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.lucidchart", artifactId = "sbt-scalafmt" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.tapad", artifactId = "sbt-docker-compose" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.sbt", artifactId = "sbt-native-packager" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "commons-io", artifactId = "commons-io" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "io.netty", artifactId = "netty-tcnative" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.apache.commons", artifactId = "commons-compress" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.mockito", artifactId = "mockito-core" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-lang", artifactId = "scala-library" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-sbt", artifactId = "sbt" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-sbt", artifactId = "sbt-dependency-tree" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scalatest", artifactId = "scalatest" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "software.amazon.awssdk.crt", artifactId = "aws-crt" } } ] ```

labels: dependencies, library-update, sbt-plugin-update, test-library-update, early-semver-minor, semver-spec-minor, early-semver-major, version-scheme:semver-spec, early-semver-patch, semver-spec-patch, version-scheme:early-semver, old-version-remains, commit-count:n:13