Skip to content

Commit

Permalink
jackson 2.17 (#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed May 12, 2024
1 parent c71cc8c commit 05547d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
updates.pin = [
# pin to hadoop 3.3.x until 3.4.x beomes more widely adopted
{ groupId = "org.apache.hadoop", version = "3.3." }
# pin to jackson 2.16.x until 2.17.x becomes more stable
{ groupId = "com.fasterxml.jackson.core", version = "2.16." }
{ groupId = "com.fasterxml.jackson.datatype", version = "2.16." }
{ groupId = "com.fasterxml.jackson.module", version = "2.16." }
# pin to jackson 2.17.x becomes more stable
{ groupId = "com.fasterxml.jackson.core", version = "2.17." }
{ groupId = "com.fasterxml.jackson.datatype", version = "2.17." }
{ groupId = "com.fasterxml.jackson.module", version = "2.17." }
# pin to protobuf-java 3 - see https://github.com/apache/pekko-grpc/issues/245
{ groupId = "com.google.protobuf", version = "3." }
# spring-boot 3 requires Java 17
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ object Dependencies {
// 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 Pekko 1.1.x
// https://github.com/apache/pekko/blob/main/project/Dependencies.scala
val JacksonVersion = "2.16.2"
val JacksonVersion = "2.17.1"
val JacksonDatabindDependencies = Seq(
"com.fasterxml.jackson.core" % "jackson-core" % JacksonVersion,
"com.fasterxml.jackson.core" % "jackson-databind" % JacksonVersion)
Expand Down

0 comments on commit 05547d9

Please sign in to comment.