storage-service
storage-service copied to clipboard
chore(deps): Non-AWS dependency updates
About this PR
Updates:
- 📦 com.azure:azure-storage-blob from
12.7.0
to12.25.3
- 📦 com.frugalmechanic:fm-sbt-s3-resolver from
0.19.0
to0.22.0
- 📦 com.lucidchart:sbt-scalafmt from
1.15
to1.16
- 📦 com.tapad:sbt-docker-compose from
1.0.34
to1.0.35
- 📦 com.typesafe.sbt:sbt-native-packager from
1.7.5
to1.7.6
- 📦 commons-io:commons-io from
2.6
to2.16.1
- 📦 io.netty:netty-tcnative from
2.0.61.Final
to2.0.65.Final
- 📦 org.apache.commons:commons-compress from
1.5
to1.26.1
- 📦 org.mockito:mockito-core from
1.9.5
to1.10.19
- 📦 org.scala-lang:scala-library from
2.12.15
to2.12.19
- 📦 org.scala-sbt:sbt from
1.9.8
to1.9.9
- 📦 org.scala-sbt:sbt-dependency-tree from
1.9.8
to1.9.9
- 📦 org.scalatest:scalatest from
3.2.3
to3.2.18
- 📦 software.amazon.awssdk.crt:aws-crt from
0.29.16
to0.29.17
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" }
}
]