Skip to content

Commit

Permalink
chore: scala-steward pin Jackson 2.15 (#1193)
Browse files Browse the repository at this point in the history
* the dependency is already on 2.15.2
  • Loading branch information
patriknw authored Sep 21, 2023
1 parent d348eff commit 35d6843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pullRequests.frequency = "@monthly"

updates.pin = [
# To be updated in tandem with upstream Akka
{groupId = "com.fasterxml.jackson.core", version = "2.11."}
{groupId = "com.fasterxml.jackson.core", version = "2.15."}
{groupId = "org.scalatest", artifactId = "scalatest", version = "3.2."}
]

Expand Down

0 comments on commit 35d6843

Please sign in to comment.