From 9660de932994bfd4cb300cc86d2348756fffdd14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 14:14:27 +0000 Subject: [PATCH] chore: bump the gradle-updates group with 3 updates Bumps the gradle-updates group with 3 updates: com.gradle.develocity, [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) and [io.mockk:mockk](https://github.com/mockk/mockk). Updates `com.gradle.develocity` from 3.19.1 to 3.19.2 Updates `com.fasterxml.jackson:jackson-bom` from 2.18.2 to 2.18.3 - [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.18.2...jackson-bom-2.18.3) Updates `io.mockk:mockk` from 1.13.16 to 1.13.17 - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/commits) --- updated-dependencies: - dependency-name: com.gradle.develocity dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-updates - dependency-name: com.fasterxml.jackson:jackson-bom dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-updates - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-updates ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 4 ++-- settings.gradle.kts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d23b0ba..1b62358 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -14,7 +14,7 @@ aws-sdk-kotlin-v1-codeartifact = { module = "aws.sdk.kotlin:codeartifact" } google-tink = { module = "com.google.crypto.tink:tink", version = "1.16.0" } -jackson-bom = { module = "com.fasterxml.jackson:jackson-bom", version = "2.18.2" } +jackson-bom = { module = "com.fasterxml.jackson:jackson-bom", version = "2.18.3" } jackson-core = { module = "com.fasterxml.jackson.core:jackson-core" } jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind" } jackson-module-kotlin = { module = "com.fasterxml.jackson.module:jackson-module-kotlin" } @@ -30,4 +30,4 @@ kotest-framework-datatest = { module = "io.kotest:kotest-framework-datatest" } kotest-property = { module = "io.kotest:kotest-property" } kotest-runner-junit5 = { module = "io.kotest:kotest-runner-junit5" } -mockk = { module = "io.mockk:mockk", version = "1.13.16" } +mockk = { module = "io.mockk:mockk", version = "1.13.17" } diff --git a/settings.gradle.kts b/settings.gradle.kts index bf4e40c..13b0a17 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -13,7 +13,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" } dependencyResolutionManagement {