Skip to content

Commit

Permalink
chore: bump the gradle-updates group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the gradle-updates group with 2 updates: com.gradle.develocity and [aws.sdk.kotlin:bom](https://github.com/awslabs/aws-sdk-kotlin).


Updates `com.gradle.develocity` from 3.18.2 to 3.19

Updates `aws.sdk.kotlin:bom` from 1.3.89 to 1.3.94
- [Release notes](https://github.com/awslabs/aws-sdk-kotlin/releases)
- [Changelog](https://github.com/awslabs/aws-sdk-kotlin/blob/main/CHANGELOG.md)
- [Commits](awslabs/aws-sdk-kotlin@v1.3.89...v1.3.94)

---
updated-dependencies:
- dependency-name: com.gradle.develocity
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-updates
- 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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent cbced6b commit a222f97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.89" }
aws-sdk-kotlin-v1-bom = { module = "aws.sdk.kotlin:bom", version = "1.3.94" }
aws-sdk-kotlin-v1-codeartifact = { module = "aws.sdk.kotlin:codeartifact" }

google-tink = { module = "com.google.crypto.tink:tink", version = "1.15.0" }
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pluginManagement {

plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0"
id("com.gradle.develocity") version "3.18.2"
id("com.gradle.develocity") version "3.19"
}

dependencyResolutionManagement {
Expand Down

0 comments on commit a222f97

Please sign in to comment.