From 5aec27e65e76a7f2aec803e0ef3fe55559086862 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 19 Sep 2025 17:05:13 +0000 Subject: [PATCH] Update client to 1.2.15 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e644db3d..aeae572c 100644 --- a/build.sbt +++ b/build.sbt @@ -125,7 +125,7 @@ libraryDependencies ++= Seq( "org.testcontainers" % "clickhouse" % testContainersVersion, "com.clickhouse" % "clickhouse-jdbc" % "0.7.2", - "com.crobox.clickhouse" %% "client" % "1.2.6", + "com.crobox.clickhouse" %% "client" % "1.2.15", "org.opensearch" % "opensearch-testcontainers" % "2.1.2", "com.github.dasniko" % "testcontainers-keycloak" % "3.8.0",