From 589cb18e6970e8311f03b7e5400f813c1939f963 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 13:22:45 +0000 Subject: [PATCH] chore: bump the gradle-updates group across 1 directory with 6 updates Bumps the gradle-updates group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | com.gradle.develocity | `3.19.1` | `3.19.2` | | [com.google.guava:guava](https://github.com/google/guava) | `33.4.0-jre` | `33.4.5-jre` | | org.slf4j:slf4j-simple | `2.0.16` | `2.0.17` | | [io.github.oshai:kotlin-logging-jvm](https://github.com/oshai/kotlin-logging) | `7.0.3` | `7.0.5` | | [com.vanniktech.maven.publish](https://github.com/vanniktech/gradle-maven-publish-plugin) | `0.30.0` | `0.31.0` | | com.ncorti.ktfmt.gradle | `0.21.0` | `0.22.0` | Updates `com.gradle.develocity` from 3.19.1 to 3.19.2 Updates `com.google.guava:guava` from 33.4.0-jre to 33.4.5-jre - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Updates `org.slf4j:slf4j-simple` from 2.0.16 to 2.0.17 Updates `io.github.oshai:kotlin-logging-jvm` from 7.0.3 to 7.0.5 - [Release notes](https://github.com/oshai/kotlin-logging/releases) - [Changelog](https://github.com/oshai/kotlin-logging/blob/master/ChangeLog-old.md) - [Commits](https://github.com/oshai/kotlin-logging/compare/7.0.3...7.0.5) Updates `com.vanniktech.maven.publish` from 0.30.0 to 0.31.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.30.0...0.31.0) Updates `com.ncorti.ktfmt.gradle` from 0.21.0 to 0.22.0 --- updated-dependencies: - dependency-name: com.gradle.develocity dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-updates - dependency-name: com.google.guava:guava dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-updates - dependency-name: org.slf4j:slf4j-simple dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-updates - dependency-name: io.github.oshai:kotlin-logging-jvm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-updates - dependency-name: com.vanniktech.maven.publish dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-updates - dependency-name: com.ncorti.ktfmt.gradle dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-updates ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 10 +++++----- settings.gradle.kts | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f0aa7a3..66d4006 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,20 +7,20 @@ 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.30.0" } -ktfmt = { id = "com.ncorti.ktfmt.gradle", version = "0.21.0" } +vanniktech-maven-publish = { id = "com.vanniktech.maven.publish", version = "0.31.0" } +ktfmt = { id = "com.ncorti.ktfmt.gradle", version = "0.22.0" } [libraries] cloudshift-kotlin-cdk-wrapper = { module = "io.cloudshiftdev.kotlin-cdk-wrapper:kotlin-cdk-wrapper", version = "0.10.0" } 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.0-jre" } +google-guava = { module = "com.google.guava:guava", version = "33.4.6-jre" } seancfoley-ipaddress = { module = "com.github.seancfoley:ipaddress", version = "5.5.1" } jayway-jsonpath= { module = "com.jayway.jsonpath:json-path", version = "2.9.0" } -slf4j-simple = { module = "org.slf4j:slf4j-simple", version = "2.0.16" } +slf4j-simple = { module = "org.slf4j:slf4j-simple", version = "2.0.17" } -oshai-kotlin-logging = { module = "io.github.oshai:kotlin-logging-jvm", version = "7.0.3" } +oshai-kotlin-logging = { module = "io.github.oshai:kotlin-logging-jvm", version = "7.0.6" } ##### Testing libraries diff --git a/settings.gradle.kts b/settings.gradle.kts index 9fbe2e0..f94bc39 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -27,7 +27,7 @@ pluginManagement { plugins { id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0" - id("com.gradle.develocity") version "3.19.1" + id("com.gradle.develocity") version "3.19.2" } include(":cdk-test")