From d1becf133e392ae36d7090e795ce5b7fe48799f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 13:22:56 +0000 Subject: [PATCH] chore: bump aws.sdk.kotlin:bom Bumps the gradle-updates group with 1 update in the / directory: [aws.sdk.kotlin:bom](https://github.com/awslabs/aws-sdk-kotlin). Updates `aws.sdk.kotlin:bom` from 1.3.52 to 1.3.62 - [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.52...v1.3.62) --- updated-dependencies: - dependency-name: aws.sdk.kotlin:bom dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-updates ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 59bc480..0a22d3f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ 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.52" } +aws-sdk-kotlin-v1-bom = { module = "aws.sdk.kotlin:bom", version = "1.3.62" } aws-sdk-kotlin-v1-codeartifact = { module = "aws.sdk.kotlin:codeartifact" } google-tink = { module = "com.google.crypto.tink:tink", version = "1.15.0" }