guardian / riff-raff

The Guardian's deployment platform
Apache License 2.0
266 stars 18 forks source link

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

Closed gu-scala-steward-public-repos[bot] closed 11 months ago

gu-scala-steward-public-repos[bot] commented 11 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. ``` project/Dependencies.scala riff-raff/public/stylesheets/bootstrap-slate.min.css ```
⚙ 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-classic" }, { groupId = "com.adrianhurt", artifactId = "play-bootstrap" }, { groupId = "com.beachape", artifactId = "enumeratum-play" }, { groupId = "com.beachape", artifactId = "enumeratum-play-json" }, { groupId = "com.fasterxml.jackson.core", artifactId = "jackson-annotations" }, { groupId = "com.fasterxml.jackson.core", artifactId = "jackson-core" }, { groupId = "com.fasterxml.jackson.core", artifactId = "jackson-databind" }, { groupId = "com.fasterxml.jackson.dataformat", artifactId = "jackson-dataformat-cbor" }, { groupId = "com.fasterxml.jackson.dataformat", artifactId = "jackson-dataformat-yaml" }, { groupId = "com.fasterxml.jackson.datatype", artifactId = "jackson-datatype-jdk8" }, { groupId = "com.fasterxml.jackson.datatype", artifactId = "jackson-datatype-jsr310" }, { groupId = "com.fasterxml.jackson.module", artifactId = "jackson-module-parameter-names" }, { groupId = "com.fasterxml.jackson.module", artifactId = "jackson-module-scala" }, { groupId = "com.google.cloud", artifactId = "google-cloud-storage" }, { groupId = "com.gu.play-googleauth", artifactId = "play-v28" }, { groupId = "com.gu.play-secret-rotation", artifactId = "aws-parameterstore-sdk-v2" }, { groupId = "com.gu.play-secret-rotation", artifactId = "play-v28" }, { groupId = "com.typesafe.play", artifactId = "filters-helpers" }, { groupId = "com.typesafe.play", artifactId = "play-ahc-ws" }, { groupId = "com.typesafe.play", artifactId = "play-akka-http-server" }, { groupId = "com.typesafe.play", artifactId = "play-docs" }, { groupId = "com.typesafe.play", artifactId = "play-jdbc" }, { groupId = "com.typesafe.play", artifactId = "play-jdbc-evolutions" }, { groupId = "com.typesafe.play", artifactId = "play-json" }, { groupId = "com.typesafe.play", artifactId = "play-logback" }, { groupId = "com.typesafe.play", artifactId = "play-server" }, { groupId = "com.typesafe.play", artifactId = "play-test" }, { groupId = "com.typesafe.play", artifactId = "sbt-plugin" }, { groupId = "org.mockito", artifactId = "mockito-scala" }, { groupId = "org.scala-sbt", artifactId = "sbt" }, { groupId = "org.scalameta", artifactId = "scalafmt-core" }, { groupId = "org.scalikejdbc", artifactId = "scalikejdbc" }, { groupId = "org.scanamo", artifactId = "scanamo" }, { groupId = "org.slf4j", artifactId = "jul-to-slf4j" }, { groupId = "org.webjars", artifactId = "bootstrap" }, { groupId = "org.webjars", artifactId = "webjars-play" } ] ``` Or, add these to slow down future updates of these dependencies: ``` dependencyOverrides = [ { pullRequests = { frequency = "30 days" }, dependency = { groupId = "ch.qos.logback", artifactId = "logback-classic" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.adrianhurt", artifactId = "play-bootstrap" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.beachape", artifactId = "enumeratum-play" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.beachape", artifactId = "enumeratum-play-json" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.fasterxml.jackson.core", artifactId = "jackson-annotations" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.fasterxml.jackson.core", artifactId = "jackson-core" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.fasterxml.jackson.core", artifactId = "jackson-databind" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.fasterxml.jackson.dataformat", artifactId = "jackson-dataformat-cbor" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.fasterxml.jackson.dataformat", artifactId = "jackson-dataformat-yaml" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.fasterxml.jackson.datatype", artifactId = "jackson-datatype-jdk8" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.fasterxml.jackson.datatype", artifactId = "jackson-datatype-jsr310" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.fasterxml.jackson.module", artifactId = "jackson-module-parameter-names" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.fasterxml.jackson.module", artifactId = "jackson-module-scala" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.google.cloud", artifactId = "google-cloud-storage" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.gu.play-googleauth", artifactId = "play-v28" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.gu.play-secret-rotation", artifactId = "aws-parameterstore-sdk-v2" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.gu.play-secret-rotation", artifactId = "play-v28" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play", artifactId = "filters-helpers" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play", artifactId = "play-ahc-ws" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play", artifactId = "play-akka-http-server" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play", artifactId = "play-docs" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play", artifactId = "play-jdbc" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play", artifactId = "play-jdbc-evolutions" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play", artifactId = "play-json" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play", artifactId = "play-logback" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play", artifactId = "play-server" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play", artifactId = "play-test" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.typesafe.play", artifactId = "sbt-plugin" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.mockito", artifactId = "mockito-scala" } }, { 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.scalikejdbc", artifactId = "scalikejdbc" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.scanamo", artifactId = "scanamo" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.slf4j", artifactId = "jul-to-slf4j" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.webjars", artifactId = "bootstrap" } }, { pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.webjars", artifactId = "webjars-play" } } ] ```

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

JuliaBrigitte commented 11 months ago

Closing because of conflicts