Skip to content

Commit

Permalink
chore: bump the gradle-updates group across 1 directory with 3 updates (
Browse files Browse the repository at this point in the history
#76)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 9e32ceb commit cbced6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ 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.81" }
aws-sdk-kotlin-v1-bom = { module = "aws.sdk.kotlin:bom", version = "1.3.89" }
aws-sdk-kotlin-v1-codeartifact = { module = "aws.sdk.kotlin:codeartifact" }

google-tink = { module = "com.google.crypto.tink:tink", version = "1.15.0" }

jackson-bom = { module = "com.fasterxml.jackson:jackson-bom", version = "2.18.1" }
jackson-bom = { module = "com.fasterxml.jackson:jackson-bom", version = "2.18.2" }
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" }
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pluginManagement {
}

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

Expand Down

0 comments on commit cbced6b

Please sign in to comment.