Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non AWS Scala dependency updates #5948

Open
wants to merge 28 commits into
base: main
Choose a base branch
from

Conversation

gu-scala-steward-public-repos[bot]
Copy link
Contributor

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.

cdk/yarn.lock
support-frontend/yarn.lock
support-frontend/public/newsletters.svg
support-e2e/yarn.lock
support-frontend/package.json
support-payment-api/build.sbt
project/plugins.sbt
βš™ 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.eed3si9n", artifactId = "sbt-assembly" },
  { 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.datatype", artifactId = "jackson-datatype-jdk8" },
  { groupId = "com.fasterxml.jackson.datatype", artifactId = "jackson-datatype-jsr310" },
  { groupId = "com.fasterxml.jackson.module", artifactId = "jackson-module-scala" },
  { groupId = "com.github.sbt", artifactId = "sbt-native-packager" },
  { groupId = "com.github.sbt", artifactId = "sbt-release" },
  { groupId = "com.google.cloud", artifactId = "google-cloud-bigquery" },
  { groupId = "com.google.guava", artifactId = "guava" },
  { groupId = "com.googlecode.libphonenumber", artifactId = "libphonenumber" },
  { groupId = "com.gu.play-googleauth", artifactId = "play-v30" },
  { groupId = "com.jayway.jsonpath", artifactId = "json-path" },
  { groupId = "com.okta.jwt", artifactId = "okta-jwt-verifier" },
  { groupId = "com.okta.jwt", artifactId = "okta-jwt-verifier-impl" },
  { groupId = "com.squareup.okhttp3", artifactId = "okhttp" },
  { groupId = "com.sun.xml.bind", artifactId = "jaxb-impl" },
  { groupId = "com.typesafe", artifactId = "config" },
  { groupId = "io.github.bonigarcia", artifactId = "webdrivermanager" },
  { groupId = "io.sentry", artifactId = "sentry-logback" },
  { groupId = "joda-time", artifactId = "joda-time" },
  { groupId = "org.mockito", artifactId = "mockito-scala" },
  { groupId = "org.mockito", artifactId = "mockito-scala-scalatest" },
  { groupId = "org.playframework", artifactId = "play-ahc-ws" },
  { groupId = "org.playframework", artifactId = "play-filters-helpers" },
  { groupId = "org.playframework", artifactId = "play-jdbc" },
  { groupId = "org.playframework", artifactId = "play-logback" },
  { groupId = "org.playframework", artifactId = "play-pekko-http-server" },
  { groupId = "org.playframework", artifactId = "play-server" },
  { groupId = "org.playframework", artifactId = "play-test" },
  { groupId = "org.playframework", artifactId = "sbt-plugin" },
  { groupId = "org.playframework.twirl", artifactId = "twirl-api" },
  { groupId = "org.scala-sbt", artifactId = "sbt" },
  { groupId = "org.scalameta", artifactId = "scalafmt-core" },
  { groupId = "org.scalatest", artifactId = "scalatest" },
  { groupId = "org.typelevel", artifactId = "kind-projector_2.13.4" },
  { groupId = "org.xerial.sbt", artifactId = "sbt-sonatype" }
]

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.eed3si9n", artifactId = "sbt-assembly" }
  },
  {
    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.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-scala" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.github.sbt", artifactId = "sbt-native-packager" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.github.sbt", artifactId = "sbt-release" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.google.cloud", artifactId = "google-cloud-bigquery" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.google.guava", artifactId = "guava" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.googlecode.libphonenumber", artifactId = "libphonenumber" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.gu.play-googleauth", artifactId = "play-v30" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.jayway.jsonpath", artifactId = "json-path" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.okta.jwt", artifactId = "okta-jwt-verifier" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.okta.jwt", artifactId = "okta-jwt-verifier-impl" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.squareup.okhttp3", artifactId = "okhttp" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.sun.xml.bind", artifactId = "jaxb-impl" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.typesafe", artifactId = "config" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.github.bonigarcia", artifactId = "webdrivermanager" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.sentry", artifactId = "sentry-logback" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "joda-time", artifactId = "joda-time" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.mockito", artifactId = "mockito-scala" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.mockito", artifactId = "mockito-scala-scalatest" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.playframework", artifactId = "play-ahc-ws" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.playframework", artifactId = "play-filters-helpers" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.playframework", artifactId = "play-jdbc" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.playframework", artifactId = "play-logback" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.playframework", artifactId = "play-pekko-http-server" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.playframework", artifactId = "play-server" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.playframework", artifactId = "play-test" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.playframework", artifactId = "sbt-plugin" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.playframework.twirl", artifactId = "twirl-api" }
  },
  {
    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" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.typelevel", artifactId = "kind-projector_2.13.4" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.xerial.sbt", artifactId = "sbt-sonatype" }
  }
]
labels: dependencies, library-update, sbt-plugin-update, test-library-update, early-semver-minor, semver-spec-minor, early-semver-patch, semver-spec-patch, version-scheme:early-semver, old-version-remains, commit-count:n:28

@gu-scala-steward-public-repos gu-scala-steward-public-repos bot added commit-count:n:28 dependencies Pull requests that update a dependency file labels Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants