wellcomecollection / concepts-pipeline

Some sort of ETL pipeline for concepts in the Wellcome Collection catalogue
MIT License
0 stars 0 forks source link

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

Closed wellcome-collection-scala-steward[bot] closed 1 month ago

wellcome-collection-scala-steward[bot] commented 7 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. ``` infrastructure/modules/elastic_user/main.tf infrastructure/stack/elasticsearch.tf aggregator/Dockerfile common/Dockerfile ingestor/Dockerfile recorder/Dockerfile .buildkite/scripts/autoformat.sh ```
āš™ Adjust future updates Add these to your `.scala-steward.conf` file to ignore future updates of these dependencies: ``` updates.ignore = [ { groupId = "ch.qos.logback", artifactId = "logback-access" }, { groupId = "ch.qos.logback", artifactId = "logback-classic" }, { groupId = "ch.qos.logback", artifactId = "logback-core" }, { groupId = "com.eed3si9n", artifactId = "sbt-assembly" }, { groupId = "com.frugalmechanic", artifactId = "fm-sbt-s3-resolver" }, { groupId = "com.github.sbt", artifactId = "sbt-native-packager" }, { groupId = "com.google.code.gson", artifactId = "gson" }, { groupId = "com.lihaoyi", artifactId = "upickle" }, { groupId = "com.typesafe", artifactId = "config" }, { groupId = "org.scala-lang", artifactId = "scala-library" }, { groupId = "org.scala-lang", artifactId = "scala-library" }, { groupId = "org.scala-sbt", artifactId = "sbt" }, { groupId = "org.scalameta", artifactId = "scalafmt-core" }, { groupId = "org.scalatest", artifactId = "scalatest" } ] ``` Or, add these to slow down future updates of these dependencies: ``` dependencyOverrides = [ { pullRequests = { frequency = "30 days" }, dependency = { groupId = "ch.qos.logback", artifactId = "logback-access" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "ch.qos.logback", artifactId = "logback-classic" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "ch.qos.logback", artifactId = "logback-core" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.eed3si9n", artifactId = "sbt-assembly" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.frugalmechanic", artifactId = "fm-sbt-s3-resolver" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.github.sbt", artifactId = "sbt-native-packager" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.google.code.gson", artifactId = "gson" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.lihaoyi", artifactId = "upickle" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe", artifactId = "config" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scala-lang", artifactId = "scala-library" } }, { 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.scalameta", artifactId = "scalafmt-core" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scalatest", artifactId = "scalatest" } } ] ```

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

kenoir commented 1 month ago

Closing as https://github.com/wellcomecollection/concepts-pipeline/pull/143 bumps the scala version which was a security issue anyway, getting intractable conflict issues associated with sbt-assembly.