Skip to content

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

Merged
aracho1 merged 7 commits into
mainfrom
update/non_aws
Jun 18, 2025
Merged

chore(deps): Non-AWS dependency updates#1494
aracho1 merged 7 commits into
mainfrom
update/non_aws

Conversation

@gu-scala-steward-public-repos

Copy link
Copy Markdown
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!

⚙ Adjust future updates

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

updates.ignore = [
  { groupId = "com.fasterxml.jackson.core", artifactId = "jackson-databind" },
  { groupId = "com.fasterxml.jackson.dataformat", artifactId = "jackson-dataformat-cbor" },
  { groupId = "com.google.protobuf", artifactId = "protobuf-java" },
  { groupId = "com.google.protobuf", artifactId = "protobuf-java-util" },
  { groupId = "io.netty", artifactId = "netty-codec" },
  { groupId = "org.postgresql", artifactId = "postgresql" },
  { groupId = "org.scala-sbt", artifactId = "sbt" }
]

Or, add these to slow down future updates of these dependencies:

dependencyOverrides = [
  {
    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.google.protobuf", artifactId = "protobuf-java" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.google.protobuf", artifactId = "protobuf-java-util" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.netty", artifactId = "netty-codec" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.postgresql", artifactId = "postgresql" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-sbt", artifactId = "sbt" }
  }
]
labels: dependencies

@gu-scala-steward-public-repos
gu-scala-steward-public-repos Bot requested a review from a team as a code owner June 11, 2025 13:16
@gu-scala-steward-public-repos gu-scala-steward-public-repos Bot added the dependencies Pull requests that update a dependency file label Jun 11, 2025

@aracho1 aracho1 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested content notifications and breaking news notifications on CODE + ios debug

@aracho1
aracho1 merged commit c6a8051 into main Jun 18, 2025
14 checks passed
@aracho1
aracho1 deleted the update/non_aws branch June 18, 2025 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant