From 867c87ae9e1780ade5877b2d38e6b437eb6d80bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 15:03:11 +0000 Subject: [PATCH] chore: bump the gradle-updates group with 3 updates Bumps the gradle-updates group with 3 updates: [aws.sdk.kotlin:bom](https://github.com/awslabs/aws-sdk-kotlin), [com.google.crypto.tink:tink](https://github.com/tink-crypto/tink-java) and [io.mockk:mockk](https://github.com/mockk/mockk). Updates `aws.sdk.kotlin:bom` from 1.3.94 to 1.3.99 - [Release notes](https://github.com/awslabs/aws-sdk-kotlin/releases) - [Changelog](https://github.com/awslabs/aws-sdk-kotlin/blob/main/CHANGELOG.md) - [Commits](https://github.com/awslabs/aws-sdk-kotlin/compare/v1.3.94...v1.3.99) Updates `com.google.crypto.tink:tink` from 1.15.0 to 1.16.0 - [Release notes](https://github.com/tink-crypto/tink-java/releases) - [Commits](https://github.com/tink-crypto/tink-java/compare/v1.15.0...v1.16.0) Updates `io.mockk:mockk` from 1.13.13 to 1.13.14 - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.13...1.13.14) --- updated-dependencies: - dependency-name: aws.sdk.kotlin:bom dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-updates - dependency-name: com.google.crypto.tink:tink dependency-type: direct:production update-type: version-update:semver-minor 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e3c9104..490b3c8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,10 +9,10 @@ publish = { id = "com.gradle.plugin-publish", version = "1.3.0" } [libraries] ktfmt = { module = "com.facebook.ktfmt:ktfmt", version = "0.52" } -aws-sdk-kotlin-v1-bom = { module = "aws.sdk.kotlin:bom", version = "1.3.94" } +aws-sdk-kotlin-v1-bom = { module = "aws.sdk.kotlin:bom", version = "1.3.99" } aws-sdk-kotlin-v1-codeartifact = { module = "aws.sdk.kotlin:codeartifact" } -google-tink = { module = "com.google.crypto.tink:tink", version = "1.15.0" } +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-core = { module = "com.fasterxml.jackson.core:jackson-core" } @@ -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.13" } +mockk = { module = "io.mockk:mockk", version = "1.13.14" }