From 87f2d0b1f739b613c2f92b6038251705ba595acc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 16:33:29 +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.squareup.okhttp3:okhttp-bom](https://github.com/square/okhttp), [io.mockk:mockk](https://github.com/mockk/mockk) and com.diffplug.spotless. Updates `com.google.crypto.tink:tink` from 1.17.0 to 1.18.0 - [Release notes](https://github.com/tink-crypto/tink-java/releases) - [Commits](https://github.com/tink-crypto/tink-java/compare/v1.17.0...v1.18.0) Updates `com.squareup.okhttp3:okhttp-bom` from 5.0.0-alpha.16 to 5.1.0 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-5.0.0-alpha.16...parent-5.1.0) Updates `io.mockk:mockk` from 1.14.2 to 1.14.4 - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.14.2...1.14.4) Updates `com.diffplug.spotless` from 7.0.4 to 7.1.0 --- updated-dependencies: - dependency-name: com.google.crypto.tink:tink dependency-version: 1.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-updates - dependency-name: com.squareup.okhttp3:okhttp-bom dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-updates - dependency-name: io.mockk:mockk dependency-version: 1.14.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-updates - dependency-name: com.diffplug.spotless dependency-version: 7.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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 46acc7a..779f2ae 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.0.0-alpha.16" +okhttp = "5.1.0" [plugins] -spotless = { id = "com.diffplug.spotless", version = "7.0.4" } +spotless = { id = "com.diffplug.spotless", version = "7.1.0" } publish = { id = "com.gradle.plugin-publish", version = "1.3.1" } [libraries] @@ -13,7 +13,7 @@ ktfmt = { module = "com.facebook.ktfmt:ktfmt", version = "0.53" } aws-sdk-kotlin-v1-bom = { module = "aws.sdk.kotlin:bom", version = "1.3.112" } aws-sdk-kotlin-v1-codeartifact = { module = "aws.sdk.kotlin:codeartifact" } -google-tink = { module = "com.google.crypto.tink:tink", version = "1.17.0" } +google-tink = { module = "com.google.crypto.tink:tink", version = "1.18.0" } jackson-bom = { module = "com.fasterxml.jackson:jackson-bom", version = "2.19.1" } jackson-core = { module = "com.fasterxml.jackson.core:jackson-core" } @@ -36,4 +36,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.14.2" } +mockk = { module = "io.mockk:mockk", version = "1.14.4" }