File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
4747ext {
You can’t perform that action at this time.
0 commit comments