From d3b4ef264f1172f072b363bc3eb245f940c7fb3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 14:12:00 +0000 Subject: [PATCH] chore: bump the gradle-updates group across 1 directory with 4 updates Bumps the gradle-updates group with 4 updates in the / directory: [com.google.guava:guava](https://github.com/google/guava), [com.jayway.jsonpath:json-path](https://github.com/jayway/JsonPath), [com.vanniktech.maven.publish](https://github.com/vanniktech/gradle-maven-publish-plugin) and com.ncorti.ktfmt.gradle. Updates `com.google.guava:guava` from 33.4.8-jre to 33.5.0-jre - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Updates `com.jayway.jsonpath:json-path` from 2.9.0 to 2.10.0 - [Release notes](https://github.com/jayway/JsonPath/releases) - [Changelog](https://github.com/json-path/JsonPath/blob/master/changelog.md) - [Commits](https://github.com/jayway/JsonPath/compare/json-path-2.9.0...json-path-2.10.0) Updates `com.vanniktech.maven.publish` from 0.34.0 to 0.35.0 - [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases) - [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/vanniktech/gradle-maven-publish-plugin/compare/0.34.0...0.35.0) Updates `com.ncorti.ktfmt.gradle` from 0.23.0 to 0.25.0 --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-version: 33.5.0-jre dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-updates - dependency-name: com.jayway.jsonpath:json-path dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-updates - dependency-name: com.vanniktech.maven.publish dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-updates - dependency-name: com.ncorti.ktfmt.gradle dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-updates ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 5817ca7..1a64f13 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,17 +7,17 @@ kotlin = "2.0.21" kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } kotlin-plugin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" } jetbrains-binaryCompatibilityValidator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.17.0" } -vanniktech-maven-publish = { id = "com.vanniktech.maven.publish", version = "0.34.0" } -ktfmt = { id = "com.ncorti.ktfmt.gradle", version = "0.23.0" } +vanniktech-maven-publish = { id = "com.vanniktech.maven.publish", version = "0.35.0" } +ktfmt = { id = "com.ncorti.ktfmt.gradle", version = "0.25.0" } [libraries] cloudshift-kotlin-cdk-wrapper = { module = "io.cloudshiftdev.kotlin-cdk-wrapper:kotlin-cdk-wrapper", version = "0.11.1" } pearx-kasechange = { module = "net.pearx.kasechange:kasechange", version = "1.4.1" } kotlinx-serialization = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json-jvm", version = "1.7.3" } -google-guava = { module = "com.google.guava:guava", version = "33.4.8-jre" } +google-guava = { module = "com.google.guava:guava", version = "33.5.0-jre" } seancfoley-ipaddress = { module = "com.github.seancfoley:ipaddress", version = "5.5.1" } -jayway-jsonpath= { module = "com.jayway.jsonpath:json-path", version = "2.9.0" } +jayway-jsonpath= { module = "com.jayway.jsonpath:json-path", version = "2.10.0" } slf4j-simple = { module = "org.slf4j:slf4j-simple", version = "2.0.17" } oshai-kotlin-logging = { module = "io.github.oshai:kotlin-logging-jvm", version = "7.0.13" }