@@ -2,20 +2,20 @@ import sbt._
22
33object Dependencies {
44
5- private val circeVersion = " 0.14.15 "
5+ private val circeVersion = " 0.14.16 "
66 private val fs2Version = " 3.13.0"
77 private val sttpClientVersion = " 3.11.0"
88
99 val core : Seq [ModuleID ] = Seq (
10- " ch.qos.logback" % " logback-classic" % " 1.5.34 " ,
10+ " ch.qos.logback" % " logback-classic" % " 1.5.37 " ,
1111 " co.fs2" %% " fs2-io" % fs2Version,
1212 " co.fs2" %% " fs2-core" % fs2Version,
13- " com.fasterxml.jackson.dataformat" % " jackson-dataformat-yaml" % " 2.21.4 " ,
13+ " com.fasterxml.jackson.dataformat" % " jackson-dataformat-yaml" % " 2.22.0 " ,
1414 " com.monovore" %% " decline-effect" % " 2.6.2" ,
1515 " com.softwaremill.sttp.client3" %% " core" % sttpClientVersion,
1616 " com.softwaremill.sttp.client3" %% " circe" % sttpClientVersion,
1717 " com.softwaremill.sttp.client3" %% " async-http-client-backend-cats" % sttpClientVersion,
18- " com.typesafe" % " config" % " 1.4.8 " ,
18+ " com.typesafe" % " config" % " 1.4.9 " ,
1919 " io.circe" %% " circe-core" % circeVersion,
2020 " io.circe" %% " circe-parser" % circeVersion,
2121 " io.circe" %% " circe-yaml" % " 1.15.0" ,
0 commit comments