Skip to content

chore(deps): Jackson dependency updates - #28863

Open
gu-scala-steward-public-repos[bot] wants to merge 3 commits into
mainfrom
update/jackson
Open

chore(deps): Jackson dependency updates#28863
gu-scala-steward-public-repos[bot] wants to merge 3 commits into
mainfrom
update/jackson

Conversation

@gu-scala-steward-public-repos

@gu-scala-steward-public-repos gu-scala-steward-public-repos Bot commented Jun 15, 2026

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!

🔍 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.

archive/app/views/notFound.scala.html
static/public/images/badges/australian-election-2022.svg
static/public/images/badges/corona-badge.svg
static/public/images/badges/johnsons-promises.svg
static/public/images/badges/lost-in-politics-badge.svg
static/public/images/badges/pp_web.svg
static/public/images/badges/the-implant-files.svg
static/src/inline-svgs/badges/womens_world_cup_2023_badge.svg
static/src/inline-svgs/icon/garnett-quote.svg
static/src/inline-svgs/icon/share-whatsapp.svg
static/src/inline-svgs/journalism/audio/apple-podcasts.svg
static/src/inline-svgs/logo/guardian-australia-decade-logo.svg
static/src/inline-svgs/logo/guardian-best-newspaper-logo.svg
⚙ 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" }
]

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" }
  }
]
labels: dependencies

@gu-scala-steward-public-repos
gu-scala-steward-public-repos Bot requested a review from a team as a code owner June 15, 2026 14:07
@gu-scala-steward-public-repos gu-scala-steward-public-repos Bot added the dependencies Pull requests that update a dependency file label Jun 15, 2026
@github-actions

github-actions Bot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

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.

0 participants