Skip to content

Commit e524701

Browse files
committed
[DOP-23743] Bump clickhouse-jdbc version to 0.7.2
1 parent bf5edcc commit e524701

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ dependencies {
3636
testImplementation "com.vladsch.flexmark:flexmark-all:0.64.8"
3737
testImplementation "org.mockito:mockito-scala_2.12:1.17.37"
3838
// latest compatible with Java 8
39-
testImplementation "io.github.cdimascio:dotenv-java:2.3.2"
39+
testImplementation "io.github.cdimascio:dotenv-java:3.1.0"
4040

4141
// Clickhouse dependency
42-
testImplementation "com.clickhouse:clickhouse-jdbc:0.6.0-patch5"
43-
testImplementation "org.apache.httpcomponents.client5:httpclient5:5.3.1"
44-
testImplementation "org.apache.httpcomponents.core5:httpcore5:5.1.5"
42+
testImplementation "com.clickhouse:clickhouse-jdbc:0.7.2"
43+
testImplementation "org.apache.httpcomponents.client5:httpclient5:5.4.2"
44+
testImplementation "org.apache.httpcomponents.core5:httpcore5:5.3.3"
4545
}
4646

4747
ext {

0 commit comments

Comments
 (0)