Skip to content

Commit

Permalink
CORE-69: Minor and patch updates - jackson-annotations, jackson-core,…
Browse files Browse the repository at this point in the history
… jackson-databind to 2.18.2 - sbt, sbt-dependency-tree, scripted-plugin to 1.10.6 - sentry-logback to 7.18.1 (#1505)
  • Loading branch information
broadbot authored Dec 2, 2024
1 parent 21569d4 commit 1bb54e7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.18.1"
val jacksonHotfixV = "2.18.1" // for when only some of the Jackson libs have hotfix releases
val jacksonV = "2.18.2"
val jacksonHotfixV = "2.18.2" // 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
2 changes: 1 addition & 1 deletion automation/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.10.5
sbt.version = 1.10.6
6 changes: 3 additions & 3 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.18.1"
val jacksonHotfixV = "2.18.1" // for when only some of the Jackson libs have hotfix releases
val jacksonV = "2.18.2"
val jacksonHotfixV = "2.18.2" // for when only some of the Jackson libs have hotfix releases
val nettyV = "4.1.115.Final"
val workbenchLibsHash = "3e0cf25" // see https://github.com/broadinstitute/workbench-libs readme for hash values

Expand Down Expand Up @@ -44,7 +44,7 @@ object Dependencies {
// elasticsearch requires log4j, but we redirect log4j to logback
"org.apache.logging.log4j" % "log4j-to-slf4j" % "2.24.2",
"ch.qos.logback" % "logback-classic" % "1.5.12",
"io.sentry" % "sentry-logback" % "7.18.0",
"io.sentry" % "sentry-logback" % "7.18.1",
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",

"org.parboiled" % "parboiled-core" % "1.4.1",
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.5
sbt.version=1.10.6

0 comments on commit 1bb54e7

Please sign in to comment.