Skip to content

Commit 50a38b9

Browse files
committed
Merge branch 'master' into update/lettuce-core-6.2.1.RELEASE
2 parents 82edb72 + ef9a82a commit 50a38b9

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

project/Dependencies.scala

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ object Dependencies {
66
val datastaxJavaDriverCore = "com.datastax.oss" % "java-driver-core" % Versions.datastaxJavaDriverCore
77
val doobie = "org.tpolecat" %% "doobie-core" % Versions.doobie
88
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"
1010
val fs2Kafka = "com.github.fd4s" %% "fs2-kafka" % "1.10.0"
1111
val grpcNettyShaded = "io.grpc" % "grpc-netty-shaded" % Versions.grpc
1212
val grpcProtobuf = "io.grpc" % "grpc-protobuf" % Versions.grpc
@@ -18,12 +18,12 @@ object Dependencies {
1818
val http4sClient = "org.http4s" %% "http4s-client" % Versions.http4s
1919
val http4sDsl = "org.http4s" %% "http4s-dsl" % Versions.http4s
2020
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"
2222
val jetbrainsAnnotations = "org.jetbrains" % "annotations" % "23.0.0"
2323
val jsr305 = "com.google.code.findbugs" % "jsr305" % "3.0.2"
2424
val kindProjector = "org.typelevel" % "kind-projector" % "0.13.2" cross CrossVersion.full
2525
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"
2727
val micrometerCore = "io.micrometer" % "micrometer-core" % Versions.micrometerCore
2828
val micrometerJmx = "io.micrometer" % "micrometer-registry-jmx" % Versions.micrometerJmx
2929
val micrometerStatsD = "io.micrometer" % "micrometer-registry-statsd" % Versions.micrometerStatsD
@@ -36,25 +36,25 @@ object Dependencies {
3636
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.8.1"
3737
val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.21"
3838
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"
4040
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"
4242
val sslConfig = "com.typesafe" %% "ssl-config-core" % "0.6.1"
4343
val testContainersScalaScalaTest = "com.dimafeng" %% "testcontainers-scala-scalatest" % "0.40.10"
4444
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"
4646
val zioInteropCats = "dev.zio" %% "zio-interop-cats" % "2.5.1.0"
4747

4848
object Versions {
4949

50-
val datastaxJavaDriverCore = "4.14.1"
50+
val datastaxJavaDriverCore = "4.15.0"
5151
val doobie = "0.13.4"
52-
val grpc = "1.49.1"
52+
val grpc = "1.49.2"
5353
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"
5858
val monix = "3.4.1"
5959
val pureConfig = "0.17.1"
6060

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.7.1
1+
sbt.version=1.7.2

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.1")
2-
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.2")
2+
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.4")
33
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
44
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
55
addSbtPlugin("com.47deg" % "sbt-microsites" % "1.3.4")

0 commit comments

Comments
 (0)