Skip to content

Commit

Permalink
Patch updates (#1807)
Browse files Browse the repository at this point in the history
* Update jackson-core to 2.18.2

* Update jackson-databind to 2.18.2

* Update metrics-jmx to 4.2.29

* Update sbt to 1.10.6
  • Loading branch information
scala-steward authored Dec 9, 2024
1 parent f40896f commit d15388c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ object Dependencies {
val cassandraUnit = "org.cassandraunit" % "cassandra-unit" % "4.3.1.0"
val cassandraDriverCore = "com.datastax.oss" % "java-driver-core" % "4.17.0"
val cassandraDriverQueryBuilder = "com.datastax.oss" % "java-driver-query-builder" % "4.17.0"
val cassandraDriverMetrics = "io.dropwizard.metrics" % "metrics-jmx" % "4.2.28"
val cassandraDriverMetrics = "io.dropwizard.metrics" % "metrics-jmx" % "4.2.29"

val skuber = "io.skuber" %% "skuber" % "2.6.7"
val play = "com.typesafe.play" %% "play-json" % "2.9.4"
Expand Down Expand Up @@ -138,8 +138,8 @@ object Dependencies {

val snakeYaml = "org.yaml" % "snakeyaml" % "2.3"

val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % "2.18.1"
val jacksonCore = "com.fasterxml.jackson.core" % "jackson-core" % "2.18.1"
val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % "2.18.2"
val jacksonCore = "com.fasterxml.jackson.core" % "jackson-core" % "2.18.2"
val jawnParser = "org.typelevel" %% "jawn-parser" % "1.6.0"
val nettyHandler = "io.netty" % "netty-handler" % "4.1.115.Final"

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 d15388c

Please sign in to comment.