From c2515d4ed77cb60d21a4fd3af7f0b4b3e93f8f1e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 00:26:26 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle.kts | 4 ++-- gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index b4a650d..70d9cea 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -74,9 +74,9 @@ dependencies { implementation("com.google.code.gson:gson:2.14.0") implementation("io.github.resilience4j:resilience4j-circuitbreaker:2.4.0") compileOnly("javax.annotation:javax.annotation-api:1.3.2") - testImplementation("org.junit.jupiter:junit-jupiter-api:6.1.2") + testImplementation("org.junit.jupiter:junit-jupiter-api:6.1.3") testImplementation("org.testcontainers:junit-jupiter:1.21.4") - testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.1.2") + testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.1.3") testRuntimeOnly("org.junit.platform:junit-platform-launcher") testImplementation("ch.qos.logback:logback-core:1.6.1") testImplementation("ch.qos.logback:logback-classic:1.6.1") diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index a9db115..69dd0d0 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.0-bin.zip networkTimeout=10000 retries=0 retryBackOffMs=500