Skip to content

Commit

Permalink
Dependencies update (#805)
Browse files Browse the repository at this point in the history
  • Loading branch information
l-trotta committed May 29, 2024
1 parent 4961615 commit 279fae0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions java-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ plugins {
id("de.thetaphi.forbiddenapis") version "3.4"
}

checkstyle {
toolVersion = "10.16.0"
}

java {
targetCompatibility = JavaVersion.VERSION_1_8
sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down Expand Up @@ -232,6 +236,8 @@ dependencies {
// https://www.testcontainers.org/
testImplementation("org.testcontainers", "testcontainers", "1.17.3")
testImplementation("org.testcontainers", "elasticsearch", "1.17.3")
// updating transitive dependency from testcontainers
testImplementation("org.apache.commons","commons-compress","1.26.1")
}


Expand Down

0 comments on commit 279fae0

Please sign in to comment.