Skip to content

Commit e1a60ea

Browse files
chore: bump the gradle-updates group across 1 directory with 5 updates (#113)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c35f0d0 commit e1a60ea

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Reference: https://docs.gradle.org/current/userguide/platforms.html
22

33
[versions]
4-
okhttp = "5.2.1"
4+
okhttp = "5.3.2"
55

66
[plugins]
7-
spotless = { id = "com.diffplug.spotless", version = "8.0.0" }
7+
spotless = { id = "com.diffplug.spotless", version = "8.1.0" }
88
publish = { id = "com.gradle.plugin-publish", version = "2.0.0" }
99

1010
[libraries]
@@ -13,9 +13,9 @@ ktfmt = { module = "com.facebook.ktfmt:ktfmt", version = "0.58" }
1313
aws-sdk-kotlin-v1-bom = { module = "aws.sdk.kotlin:bom", version = "1.5.54" }
1414
aws-sdk-kotlin-v1-codeartifact = { module = "aws.sdk.kotlin:codeartifact" }
1515

16-
google-tink = { module = "com.google.crypto.tink:tink", version = "1.18.0" }
16+
google-tink = { module = "com.google.crypto.tink:tink", version = "1.19.0" }
1717

18-
jackson-bom = { module = "com.fasterxml.jackson:jackson-bom", version = "2.20.0" }
18+
jackson-bom = { module = "com.fasterxml.jackson:jackson-bom", version = "2.20.1" }
1919
jackson-core = { module = "com.fasterxml.jackson.core:jackson-core" }
2020
jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind" }
2121
jackson-module-kotlin = { module = "com.fasterxml.jackson.module:jackson-module-kotlin" }
@@ -29,7 +29,7 @@ okhttp-logging-interceptor = { module = "com.squareup.okhttp3:logging-intercepto
2929
okhttp-brotli = { module = "com.squareup.okhttp3:okhttp-brotli" }
3030
okhttp-mockwebserver = { module = "com.squareup.okhttp3:mockwebserver" }
3131

32-
kotest-bom = { module = "io.kotest:kotest-bom", version = "6.0.3" }
32+
kotest-bom = { module = "io.kotest:kotest-bom", version = "6.0.5" }
3333
kotest-assertions-core = { module = "io.kotest:kotest-assertions-core" }
3434
kotest-assertions-json = { module = "io.kotest:kotest-assertions-json" }
3535
kotest-property = { module = "io.kotest:kotest-property" }

0 commit comments

Comments
 (0)