From f82879b258a9d69c7e1a5c78bd9a68c02ec6565e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 03:08:11 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- gradle/libs.versions.toml | 6 +++--- gradle/wrapper/gradle-wrapper.properties | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4c31063..f22e8e2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ # [versions] -jackson = "2.22.1" +jackson = "2.22.2" jackson-annotations = "2.22" picocli = "4.7.7" guava = "30.1.1-jre" @@ -27,7 +27,7 @@ picocli-codegen = { module = "info.picocli:picocli-codegen", version.ref = "pico jackson-core = { module = "com.fasterxml.jackson.core:jackson-core", version.ref = "jackson" } jackson-annotations = { module = "com.fasterxml.jackson.core:jackson-annotations", version.ref = "jackson-annotations" } -jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind", version = "2.22.1" } +jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind", version = "2.22.2" } assertj-core = { module = "org.assertj:assertj-core", version.ref = "assertj" } @@ -44,4 +44,4 @@ shadow = { id = "com.gradleup.shadow", version = "9.6.1" } versions = { id = "com.github.ben-manes.versions", version = "0.61.0" } license = { id = "com.github.hierynomus.license", version = "0.16.1" } gradle-extensions = { id = "com.github.vlsi.gradle-extensions", version = "3.0.2" } -nebula-release = { id = "nebula.release", version = "21.0.1" } \ No newline at end of file +nebula-release = { id = "nebula.release", version = "21.0.2" } \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 84c5a9c..760c459 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,7 +1,7 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionSha256Sum=84fbba45c7f4c64abc77460e1c00f541e9f960e3c7ed2538f1ede19eacd873ae -distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.0-bin.zip +distributionSha256Sum=acd53f1edaf02f1a8ff99879f8a34b302661a057d9b063ae9e35b552f804d20a +distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.1-bin.zip networkTimeout=10000 retries=0 retryBackOffMs=500