Skip to content

Commit

Permalink
Make Scala Steward less eager (#3161)
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru committed Mar 26, 2024
1 parent a6676a1 commit f02675d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
pullRequests.frequency = "@monthly"

commits.message = "bump: ${artifactName} ${nextVersion} (was ${currentVersion})"

updates.ignore = [
{ groupId = "com.typesafe.akka" }
]

updates.pin = [
{ groupId = "com.fasterxml.jackson.core", version = "2.15." }
{ groupId = "com.fasterxml.jackson.datatype", version = "2.15." }
]
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ object Dependencies {
// Releases https://github.com/FasterXML/jackson-databind/releases
// CVE issues https://github.com/FasterXML/jackson-databind/issues?utf8=%E2%9C%93&q=+label%3ACVE
// This should align with the Jackson minor version used in Akka
// https://github.com/akka/akka/blob/main/project/Dependencies.scala#L29
val JacksonVersion = "2.15.2"
// https://github.com/akka/akka/blob/main/project/Dependencies.scala#L31
val JacksonVersion = "2.15.4"
val JacksonDatabindVersion = JacksonVersion
val JacksonDatabindDependencies = Seq(
"com.fasterxml.jackson.core" % "jackson-core" % JacksonVersion,
Expand Down

0 comments on commit f02675d

Please sign in to comment.