From 454aff833f83557d06c6ff66b2b958345356db26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 13:33:48 +0000 Subject: [PATCH] chore: bump the gradle-updates group across 1 directory with 2 updates Bumps the gradle-updates group with 2 updates in the / directory: [com.google.crypto.tink:tink](https://github.com/tink-crypto/tink-java) and [io.kotest:kotest-bom](https://github.com/kotest/kotest). Updates `com.google.crypto.tink:tink` from 1.18.0 to 1.19.0 - [Release notes](https://github.com/tink-crypto/tink-java/releases) - [Commits](https://github.com/tink-crypto/tink-java/compare/v1.18.0...v1.19.0) Updates `io.kotest:kotest-bom` from 6.0.3 to 6.0.4 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/6.0.3...6.0.4) --- updated-dependencies: - dependency-name: com.google.crypto.tink:tink dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-updates - dependency-name: io.kotest:kotest-bom dependency-version: 6.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-updates ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 732c096..2742685 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,7 +13,7 @@ ktfmt = { module = "com.facebook.ktfmt:ktfmt", version = "0.58" } aws-sdk-kotlin-v1-bom = { module = "aws.sdk.kotlin:bom", version = "1.5.54" } aws-sdk-kotlin-v1-codeartifact = { module = "aws.sdk.kotlin:codeartifact" } -google-tink = { module = "com.google.crypto.tink:tink", version = "1.18.0" } +google-tink = { module = "com.google.crypto.tink:tink", version = "1.19.0" } jackson-bom = { module = "com.fasterxml.jackson:jackson-bom", version = "2.20.0" } jackson-core = { module = "com.fasterxml.jackson.core:jackson-core" } @@ -29,7 +29,7 @@ okhttp-logging-interceptor = { module = "com.squareup.okhttp3:logging-intercepto okhttp-brotli = { module = "com.squareup.okhttp3:okhttp-brotli" } okhttp-mockwebserver = { module = "com.squareup.okhttp3:mockwebserver" } -kotest-bom = { module = "io.kotest:kotest-bom", version = "6.0.3" } +kotest-bom = { module = "io.kotest:kotest-bom", version = "6.0.4" } kotest-assertions-core = { module = "io.kotest:kotest-assertions-core" } kotest-assertions-json = { module = "io.kotest:kotest-assertions-json" } kotest-property = { module = "io.kotest:kotest-property" }