Skip to content

Commit 5221212

Browse files
chore: bump the gradle-updates group across 1 directory with 3 updates
Bumps the gradle-updates group with 3 updates in the / directory: [com.google.guava:guava](https://github.com/google/guava), [com.jayway.jsonpath:json-path](https://github.com/jayway/JsonPath) and com.ncorti.ktfmt.gradle. Updates `com.google.guava:guava` from 33.4.8-jre to 33.5.0-jre - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Updates `com.jayway.jsonpath:json-path` from 2.9.0 to 2.10.0 - [Release notes](https://github.com/jayway/JsonPath/releases) - [Changelog](https://github.com/json-path/JsonPath/blob/master/changelog.md) - [Commits](json-path/JsonPath@json-path-2.9.0...json-path-2.10.0) Updates `com.ncorti.ktfmt.gradle` from 0.23.0 to 0.25.0 --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-version: 33.5.0-jre dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-updates - dependency-name: com.jayway.jsonpath:json-path dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-updates - dependency-name: com.ncorti.ktfmt.gradle dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-updates ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 12edecc commit 5221212

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
88
kotlin-plugin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
99
jetbrains-binaryCompatibilityValidator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.17.0" }
1010
vanniktech-maven-publish = { id = "com.vanniktech.maven.publish", version = "0.34.0" }
11-
ktfmt = { id = "com.ncorti.ktfmt.gradle", version = "0.23.0" }
11+
ktfmt = { id = "com.ncorti.ktfmt.gradle", version = "0.25.0" }
1212

1313
[libraries]
1414
cloudshift-kotlin-cdk-wrapper = { module = "io.cloudshiftdev.kotlin-cdk-wrapper:kotlin-cdk-wrapper", version = "0.11.1" }
1515
pearx-kasechange = { module = "net.pearx.kasechange:kasechange", version = "1.4.1" }
1616
kotlinx-serialization = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json-jvm", version = "1.7.3" }
1717

18-
google-guava = { module = "com.google.guava:guava", version = "33.4.8-jre" }
18+
google-guava = { module = "com.google.guava:guava", version = "33.5.0-jre" }
1919
seancfoley-ipaddress = { module = "com.github.seancfoley:ipaddress", version = "5.5.1" }
20-
jayway-jsonpath= { module = "com.jayway.jsonpath:json-path", version = "2.9.0" }
20+
jayway-jsonpath= { module = "com.jayway.jsonpath:json-path", version = "2.10.0" }
2121
slf4j-simple = { module = "org.slf4j:slf4j-simple", version = "2.0.17" }
2222

2323
oshai-kotlin-logging = { module = "io.github.oshai:kotlin-logging-jvm", version = "7.0.13" }

0 commit comments

Comments
 (0)