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

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

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

Conversation

wellcome-collection-scala-steward[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.

messaging/LEGACY_CHANGELOG.md
storage/LEGACY_CHANGELOG.md
CHANGELOG.md
json/LEGACY_CHANGELOG.md
monitoring/LEGACY_CHANGELOG.md
project/Dependencies.scala
βš™ Adjust future updates

Add these to your .scala-steward.conf file to ignore future updates of these dependencies:

updates.ignore = [
  { groupId = "ch.epfl.scala", artifactId = "sbt-bloop" },
  { groupId = "ch.qos.logback", artifactId = "logback-access" },
  { groupId = "ch.qos.logback", artifactId = "logback-classic" },
  { groupId = "ch.qos.logback", artifactId = "logback-core" },
  { groupId = "co.elastic.apm", artifactId = "apm-agent-api" },
  { groupId = "co.elastic.apm", artifactId = "apm-agent-attach" },
  { groupId = "com.frugalmechanic", artifactId = "fm-sbt-s3-resolver" },
  { groupId = "com.github.pjfanning", artifactId = "pekko-http-circe" },
  { groupId = "com.sksamuel.elastic4s", artifactId = "elastic4s-client-esjava" },
  { groupId = "com.sksamuel.elastic4s", artifactId = "elastic4s-core" },
  { groupId = "com.sksamuel.elastic4s", artifactId = "elastic4s-json-circe" },
  { groupId = "com.sksamuel.elastic4s", artifactId = "elastic4s-streams-pekko" },
  { groupId = "com.sksamuel.elastic4s", artifactId = "elastic4s-testkit" },
  { groupId = "commons-io", artifactId = "commons-io" },
  { groupId = "io.circe", artifactId = "circe-core" },
  { groupId = "io.circe", artifactId = "circe-generic" },
  { groupId = "io.circe", artifactId = "circe-parser" },
  { groupId = "net.java.dev.jna", artifactId = "jna" },
  { groupId = "org.mockito", artifactId = "mockito-core" },
  { groupId = "org.scala-lang", artifactId = "scala-library" },
  { groupId = "org.scala-lang", artifactId = "scala-reflect" },
  { groupId = "org.scala-sbt", artifactId = "sbt" },
  { groupId = "org.scala-sbt", artifactId = "sbt-dependency-tree" },
  { groupId = "org.scanamo", artifactId = "scanamo" },
  { 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.epfl.scala", artifactId = "sbt-bloop" }
  },
  {
    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 = "co.elastic.apm", artifactId = "apm-agent-api" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "co.elastic.apm", artifactId = "apm-agent-attach" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.frugalmechanic", artifactId = "fm-sbt-s3-resolver" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.github.pjfanning", artifactId = "pekko-http-circe" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.sksamuel.elastic4s", artifactId = "elastic4s-client-esjava" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.sksamuel.elastic4s", artifactId = "elastic4s-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.sksamuel.elastic4s", artifactId = "elastic4s-json-circe" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.sksamuel.elastic4s", artifactId = "elastic4s-streams-pekko" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.sksamuel.elastic4s", artifactId = "elastic4s-testkit" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "commons-io", artifactId = "commons-io" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.circe", artifactId = "circe-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.circe", artifactId = "circe-generic" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.circe", artifactId = "circe-parser" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "net.java.dev.jna", artifactId = "jna" }
  },
  {
    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-lang", artifactId = "scala-reflect" }
  },
  {
    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.scanamo", artifactId = "scanamo" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.xerial.sbt", artifactId = "sbt-sonatype" }
  }
]
labels: dependencies, sbt-plugin-update, library-update, test-library-update, early-semver-major, semver-spec-major, early-semver-minor, semver-spec-minor, version-scheme:semver-spec, semver-spec-patch, version-scheme:early-semver, early-semver-patch, old-version-remains, commit-count:n:14

Copy link

github-actions bot commented Oct 4, 2024

Suspected binary incompatible evictions across all projects (summary)

  • org.slf4j:slf4j-api:2.0.16 is selected over {2.0.15, 1.7.9, 1.7.30}
  • org.slf4j:slf4j-api:2.0.16 is selected over {2.0.15, 2.0.9, 1.7.9, 1.7.30}
  • org.slf4j:slf4j-api:2.0.9 is selected over {1.7.9, 1.7.30}

See individual evictions stages for more detail

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment