From 91b33697ada198955a090710ade7c4d37f582584 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 14:20:57 +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.gradle.develocity, org.slf4j:slf4j-simple, [io.github.oshai:kotlin-logging-jvm](https://github.com/oshai/kotlin-logging) and com.ncorti.ktfmt.gradle. Updates `com.gradle.develocity` from 3.19.1 to 3.19.2 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.4 - [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.4) 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: 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.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 | 6 +++--- settings.gradle.kts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f0aa7a3..3a5e37b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ 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" } +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" } @@ -18,9 +18,9 @@ kotlinx-serialization = { module = "org.jetbrains.kotlinx:kotlinx-serialization- google-guava = { module = "com.google.guava:guava", version = "33.4.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" } -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.4" } ##### 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")