@@ -6,7 +6,7 @@ object Dependencies {
6
6
val datastaxJavaDriverCore = " com.datastax.oss" % " java-driver-core" % Versions .datastaxJavaDriverCore
7
7
val doobie = " org.tpolecat" %% " doobie-core" % Versions .doobie
8
8
val doobieHikari = " org.tpolecat" %% " doobie-hikari" % Versions .doobie
9
- val flywayCore = " org.flywaydb" % " flyway-core" % " 9.3.0 "
9
+ val flywayCore = " org.flywaydb" % " flyway-core" % " 9.3.1 "
10
10
val fs2Kafka = " com.github.fd4s" %% " fs2-kafka" % " 1.10.0"
11
11
val grpcNettyShaded = " io.grpc" % " grpc-netty-shaded" % Versions .grpc
12
12
val grpcProtobuf = " io.grpc" % " grpc-protobuf" % Versions .grpc
@@ -18,12 +18,12 @@ object Dependencies {
18
18
val http4sClient = " org.http4s" %% " http4s-client" % Versions .http4s
19
19
val http4sDsl = " org.http4s" %% " http4s-dsl" % Versions .http4s
20
20
val http4sServer = " org.http4s" %% " http4s-server" % Versions .http4s
21
- val jacksonDatabind = " com.fasterxml.jackson.core" % " jackson-databind" % " 2.13.4"
21
+ val jacksonDatabind = " com.fasterxml.jackson.core" % " jackson-databind" % " 2.13.4.2 "
22
22
val jetbrainsAnnotations = " org.jetbrains" % " annotations" % " 23.0.0"
23
23
val jsr305 = " com.google.code.findbugs" % " jsr305" % " 3.0.2"
24
24
val kindProjector = " org.typelevel" % " kind-projector" % " 0.13.2" cross CrossVersion .full
25
25
val lettuce = " io.lettuce" % " lettuce-core" % " 6.2.0.RELEASE"
26
- val logbackClassic = " ch.qos.logback" % " logback-classic" % " 1.4.1 "
26
+ val logbackClassic = " ch.qos.logback" % " logback-classic" % " 1.4.4 "
27
27
val micrometerCore = " io.micrometer" % " micrometer-core" % Versions .micrometerCore
28
28
val micrometerJmx = " io.micrometer" % " micrometer-registry-jmx" % Versions .micrometerJmx
29
29
val micrometerStatsD = " io.micrometer" % " micrometer-registry-statsd" % Versions .micrometerStatsD
@@ -36,25 +36,25 @@ object Dependencies {
36
36
val scalaCollectionCompat = " org.scala-lang.modules" %% " scala-collection-compat" % " 2.8.1"
37
37
val scalafixScaluzzi = " com.github.vovapolu" %% " scaluzzi" % " 0.1.21"
38
38
val scalafixOrganizeImports = " com.github.liancheng" %% " organize-imports" % " 0.6.0"
39
- val scalaTest = " org.scalatest" %% " scalatest" % " 3.2.13 "
39
+ val scalaTest = " org.scalatest" %% " scalatest" % " 3.2.14 "
40
40
val sentry = " io.sentry" % " sentry" % " 6.4.2"
41
- val slf4jApi = " org.slf4j" % " slf4j-api" % " 2.0.1 "
41
+ val slf4jApi = " org.slf4j" % " slf4j-api" % " 2.0.3 "
42
42
val sslConfig = " com.typesafe" %% " ssl-config-core" % " 0.6.1"
43
43
val testContainersScalaScalaTest = " com.dimafeng" %% " testcontainers-scala-scalatest" % " 0.40.10"
44
44
val testContainersScalaKafka = " com.dimafeng" %% " testcontainers-scala-kafka" % " 0.40.10"
45
- val zio = " dev.zio" %% " zio" % " 1.0.16 "
45
+ val zio = " dev.zio" %% " zio" % " 1.0.17 "
46
46
val zioInteropCats = " dev.zio" %% " zio-interop-cats" % " 2.5.1.0"
47
47
48
48
object Versions {
49
49
50
- val datastaxJavaDriverCore = " 4.14.1 "
50
+ val datastaxJavaDriverCore = " 4.15.0 "
51
51
val doobie = " 0.13.4"
52
- val grpc = " 1.49.1 "
52
+ val grpc = " 1.49.2 "
53
53
val http4s = " 0.22.14"
54
- val micrometerCore = " 1.9.4 "
55
- val micrometerJmx = " 1.9.4 "
56
- val micrometerStatsD = " 1.9.4 "
57
- val micrometerPrometheus = " 1.9.4 "
54
+ val micrometerCore = " 1.9.5 "
55
+ val micrometerJmx = " 1.9.5 "
56
+ val micrometerStatsD = " 1.9.5 "
57
+ val micrometerPrometheus = " 1.9.5 "
58
58
val monix = " 3.4.1"
59
59
val pureConfig = " 0.17.1"
60
60
0 commit comments