Skip to content

Commit 487e249

Browse files
chore: bump the gradle-updates group with 3 updates (#60)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5f7a235 commit 487e249

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
[plugins]
66
spotless = { id = "com.diffplug.spotless", version = "7.0.0.BETA2" }
7-
publish = { id = "com.gradle.plugin-publish", version = "1.2.2" }
7+
publish = { id = "com.gradle.plugin-publish", version = "1.3.0" }
88

99
[libraries]
1010
ktfmt = { module = "com.facebook.ktfmt:ktfmt", version = "0.52" }
1111

12-
aws-sdk-kotlin-v1-bom = { module = "aws.sdk.kotlin:bom", version = "1.3.27" }
12+
aws-sdk-kotlin-v1-bom = { module = "aws.sdk.kotlin:bom", version = "1.3.32" }
1313
aws-sdk-kotlin-v1-codeartifact = { module = "aws.sdk.kotlin:codeartifact" }
1414

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

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pluginManagement {
1313

1414
plugins {
1515
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
16-
id("com.gradle.develocity") version "3.18"
16+
id("com.gradle.develocity") version "3.18.1"
1717
}
1818

1919
dependencyResolutionManagement {

0 commit comments

Comments
 (0)