From 95ff34711c3d1acc969f085dae9b19dc4083a6f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 14:24:25 +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.crypto.tink:tink](https://github.com/tink-crypto/tink-java), [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom), [com.squareup.okhttp3:okhttp-bom](https://github.com/square/okhttp) 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 `com.fasterxml.jackson:jackson-bom` from 2.20.0 to 2.20.1 - [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.20.0...jackson-bom-2.20.1) Updates `com.squareup.okhttp3:okhttp-bom` from 5.2.1 to 5.3.0 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-5.2.1...parent-5.3.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: com.fasterxml.jackson:jackson-bom dependency-version: 2.20.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-updates - dependency-name: com.squareup.okhttp3:okhttp-bom dependency-version: 5.3.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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 732c096..01529e9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ # Reference: https://docs.gradle.org/current/userguide/platforms.html [versions] -okhttp = "5.2.1" +okhttp = "5.3.0" [plugins] spotless = { id = "com.diffplug.spotless", version = "8.0.0" } @@ -13,9 +13,9 @@ 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-bom = { module = "com.fasterxml.jackson:jackson-bom", version = "2.20.1" } 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" } @@ -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" }