Skip to content

Commit

Permalink
CORE-69: Update jackson-annotations, jackson-core, ... from 2.17.1 to…
Browse files Browse the repository at this point in the history
… 2.17.3 (#1487)
  • Loading branch information
broadbot authored Nov 12, 2024
1 parent f64c24d commit 9befe22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions automation/project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import sbt._
object Dependencies {
val scalaV = "2.13"

val jacksonV = "2.17.1"
val jacksonHotfixV = "2.17.1" // for when only some of the Jackson libs have hotfix releases
val jacksonV = "2.17.3"
val jacksonHotfixV = "2.17.3" // for when only some of the Jackson libs have hotfix releases
val akkaV = "2.6.19"
val akkaHttpV = "10.2.10"
val workbenchLibsHash = "3e0cf25"
Expand Down
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import sbt._
object Dependencies {
val akkaV = "2.9.3"
val akkaHttpV = "10.6.3"
val jacksonV = "2.17.1"
val jacksonHotfixV = "2.17.1" // for when only some of the Jackson libs have hotfix releases
val jacksonV = "2.17.3"
val jacksonHotfixV = "2.17.3" // for when only some of the Jackson libs have hotfix releases
val nettyV = "4.1.114.Final"
val workbenchLibsHash = "3e0cf25" // see https://github.com/broadinstitute/workbench-libs readme for hash values

Expand Down

0 comments on commit 9befe22

Please sign in to comment.