Skip to content

Commit 92c919a

Browse files
chore: bump the gradle-updates group across 1 directory with 5 updates
Bumps the gradle-updates group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [com.google.crypto.tink:tink](https://github.com/tink-crypto/tink-java) | `1.17.0` | `1.18.0` | | [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) | `2.19.1` | `2.19.2` | | [com.squareup.okhttp3:okhttp-bom](https://github.com/square/okhttp) | `5.0.0-alpha.16` | `5.1.0` | | [io.mockk:mockk](https://github.com/mockk/mockk) | `1.14.2` | `1.14.5` | | com.diffplug.spotless | `7.0.4` | `7.2.0` | Updates `com.google.crypto.tink:tink` from 1.17.0 to 1.18.0 - [Release notes](https://github.com/tink-crypto/tink-java/releases) - [Commits](tink-crypto/tink-java@v1.17.0...v1.18.0) Updates `com.fasterxml.jackson:jackson-bom` from 2.19.1 to 2.19.2 - [Commits](FasterXML/jackson-bom@jackson-bom-2.19.1...jackson-bom-2.19.2) Updates `com.squareup.okhttp3:okhttp-bom` from 5.0.0-alpha.16 to 5.1.0 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-5.0.0-alpha.16...parent-5.1.0) Updates `io.mockk:mockk` from 1.14.2 to 1.14.5 - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](mockk/mockk@1.14.2...1.14.5) Updates `com.diffplug.spotless` from 7.0.4 to 7.2.0 --- updated-dependencies: - dependency-name: com.google.crypto.tink:tink dependency-version: 1.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-updates - dependency-name: com.fasterxml.jackson:jackson-bom dependency-version: 2.19.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-updates - dependency-name: com.squareup.okhttp3:okhttp-bom dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-updates - dependency-name: io.mockk:mockk dependency-version: 1.14.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-updates - dependency-name: com.diffplug.spotless dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-updates ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent acf7a80 commit 92c919a

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.0.0-alpha.16"
4+
okhttp = "5.1.0"
55

66
[plugins]
7-
spotless = { id = "com.diffplug.spotless", version = "7.0.4" }
7+
spotless = { id = "com.diffplug.spotless", version = "7.2.0" }
88
publish = { id = "com.gradle.plugin-publish", version = "1.3.1" }
99

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

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

18-
jackson-bom = { module = "com.fasterxml.jackson:jackson-bom", version = "2.19.1" }
18+
jackson-bom = { module = "com.fasterxml.jackson:jackson-bom", version = "2.19.2" }
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" }
@@ -36,4 +36,4 @@ kotest-framework-datatest = { module = "io.kotest:kotest-framework-datatest" }
3636
kotest-property = { module = "io.kotest:kotest-property" }
3737
kotest-runner-junit5 = { module = "io.kotest:kotest-runner-junit5" }
3838

39-
mockk = { module = "io.mockk:mockk", version = "1.14.2" }
39+
mockk = { module = "io.mockk:mockk", version = "1.14.5" }

0 commit comments

Comments
 (0)