Skip to content

Update jackson-module-scala to 2.13.5 in 2.12.x#10275

Merged
SethTisue merged 1 commit intoscala:2.12.xfrom
scala-steward:update/2.12.x/jackson-module-scala-2.13.5
Jan 23, 2023
Merged

Update jackson-module-scala to 2.13.5 in 2.12.x#10275
SethTisue merged 1 commit intoscala:2.12.xfrom
scala-steward:update/2.12.x/jackson-module-scala-2.13.5

Conversation

@scala-steward
Copy link
Copy Markdown
Contributor

Updates com.fasterxml.jackson.module:jackson-module-scala from 2.13.3 to 2.13.5.
GitHub Release Notes - Version Diff

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. 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 number

The following files still refer to the old version number (2.13.3).
You might want to review and update them manually.

src/reflect/scala/reflect/internal/ClassfileConstants.scala
Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "com.fasterxml.jackson.module", artifactId = "jackson-module-scala" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "com.fasterxml.jackson.module", artifactId = "jackson-module-scala" }
}]

labels: library-update, early-semver-patch, semver-spec-patch, old-version-remains, commit-count:1

@scala-jenkins scala-jenkins added this to the 2.12.18 milestone Jan 23, 2023
@SethTisue SethTisue self-assigned this Jan 23, 2023
@SethTisue SethTisue added the internal not resulting in user-visible changes (build changes, tests, internal cleanups) label Jan 23, 2023
@SethTisue SethTisue merged commit b2191b7 into scala:2.12.x Jan 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

internal not resulting in user-visible changes (build changes, tests, internal cleanups)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants