From 064fc738835b9defc4040e2cd081e83a579f907a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 14:18:05 +0000 Subject: [PATCH] chore: bump the gradle-updates group across 1 directory with 5 updates Bumps the gradle-updates group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [com.google.crypto.tink:tink](https://github.com/tink-crypto/tink-java) | `1.18.0` | `1.19.0` | | [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) | `2.20.0` | `2.20.1` | | [com.squareup.okhttp3:okhttp-bom](https://github.com/square/okhttp) | `5.2.1` | `5.3.2` | | [io.kotest:kotest-bom](https://github.com/kotest/kotest) | `6.0.3` | `6.0.5` | | com.diffplug.spotless | `8.0.0` | `8.1.0` | 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.2 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-5.2.1...parent-5.3.2) Updates `io.kotest:kotest-bom` from 6.0.3 to 6.0.5 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/6.0.3...6.0.5) Updates `com.diffplug.spotless` from 8.0.0 to 8.1.0 --- 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.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-updates - dependency-name: io.kotest:kotest-bom dependency-version: 6.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-updates - dependency-name: com.diffplug.spotless dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-updates ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 732c096..6413790 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,10 +1,10 @@ # Reference: https://docs.gradle.org/current/userguide/platforms.html [versions] -okhttp = "5.2.1" +okhttp = "5.3.2" [plugins] -spotless = { id = "com.diffplug.spotless", version = "8.0.0" } +spotless = { id = "com.diffplug.spotless", version = "8.1.0" } publish = { id = "com.gradle.plugin-publish", version = "2.0.0" } [libraries] @@ -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.5" } 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" }