Skip to content

Commit 279fae0

Browse files
committed
Dependencies update (#805)
1 parent 4961615 commit 279fae0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

java-client/build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ plugins {
3131
id("de.thetaphi.forbiddenapis") version "3.4"
3232
}
3333

34+
checkstyle {
35+
toolVersion = "10.16.0"
36+
}
37+
3438
java {
3539
targetCompatibility = JavaVersion.VERSION_1_8
3640
sourceCompatibility = JavaVersion.VERSION_1_8
@@ -232,6 +236,8 @@ dependencies {
232236
// https://www.testcontainers.org/
233237
testImplementation("org.testcontainers", "testcontainers", "1.17.3")
234238
testImplementation("org.testcontainers", "elasticsearch", "1.17.3")
239+
// updating transitive dependency from testcontainers
240+
testImplementation("org.apache.commons","commons-compress","1.26.1")
235241
}
236242

237243

0 commit comments

Comments
 (0)