diff --git a/build.gradle b/build.gradle index 0f1a40a..c6879c5 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ repositories { } dependencies { - api 'cloud.eppo:sdk-common-jvm:3.5.0' + api 'cloud.eppo:sdk-common-jvm:3.5.3' implementation 'com.github.zafarkhaja:java-semver:0.10.2' implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.1' @@ -40,7 +40,7 @@ dependencies { implementation 'ch.qos.logback:logback-classic:1.3.14' implementation 'org.jetbrains:annotations:13.0' - testImplementation 'cloud.eppo:sdk-common-jvm:3.5.0:tests' + testImplementation 'cloud.eppo:sdk-common-jvm:3.5.3:tests' testImplementation platform('org.junit:junit-bom:5.10.2') testImplementation 'org.junit.jupiter:junit-jupiter' testImplementation 'com.github.tomakehurst:wiremock-jre8:2.35.2'