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

CORE-69: Minor and patch updates - jackson-annotations, jackson-core, jackson-databind to 2.18.2 - sbt, sbt-dependency-tree, scripted-plugin to 1.10.6 - sentry-logback to 7.18.1 #1505

Merged
merged 4 commits into from
Dec 2, 2024

Conversation

broadbot
Copy link
Contributor

@broadbot broadbot commented Dec 2, 2024

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.

automation/Dockerfile-tests
jenkins/ittests.sh
local-dev/templates/docker-rsync-local-orch.sh
script/build.sh
script/build_jar.sh
⚙ 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-annotations" },
  { groupId = "com.fasterxml.jackson.core", artifactId = "jackson-core" },
  { groupId = "com.fasterxml.jackson.core", artifactId = "jackson-databind" },
  { groupId = "io.sentry", artifactId = "sentry-logback" },
  { groupId = "org.scala-sbt", artifactId = "sbt" },
  { groupId = "org.scala-sbt", artifactId = "sbt-dependency-tree" },
  { groupId = "org.scala-sbt", artifactId = "scripted-plugin" }
]

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

dependencyOverrides = [
  {
    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 = "io.sentry", artifactId = "sentry-logback" }
  },
  {
    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.scala-sbt", artifactId = "scripted-plugin" }
  }
]
labels: library-update, sbt-plugin-update, early-semver-patch, semver-spec-patch, version-scheme:early-semver, old-version-remains, commit-count:n:4

@broadbot broadbot requested a review from a team as a code owner December 2, 2024 12:02
@broadbot broadbot requested review from dvoet and marctalbott and removed request for a team December 2, 2024 12:02
@github-actions github-actions bot added the Scala_Steward Scala Steward label Dec 2, 2024
@marctalbott marctalbott merged commit 1bb54e7 into develop Dec 2, 2024
14 checks passed
@marctalbott marctalbott deleted the update/minor_patch branch December 2, 2024 19:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scala_Steward Scala Steward
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants