From a5f4119e96d8bd4359c2db9afe32017dabdeeb75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 09:40:51 +0000 Subject: [PATCH] Bump cloud.eppo:sdk-common-jvm from 3.5.0 to 3.5.3 Bumps [cloud.eppo:sdk-common-jvm](https://github.com/Eppo-exp/sdk-common-jvm) from 3.5.0 to 3.5.3. - [Commits](https://github.com/Eppo-exp/sdk-common-jvm/commits) --- updated-dependencies: - dependency-name: cloud.eppo:sdk-common-jvm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'