File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ dependencies {
36
36
testImplementation " com.vladsch.flexmark:flexmark-all:0.64.8"
37
37
testImplementation " org.mockito:mockito-scala_2.12:1.17.37"
38
38
// 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 "
40
40
41
41
// 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 "
45
45
}
46
46
47
47
ext {
You can’t perform that action at this time.
0 commit comments