Skip to content

Commit 079eb91

Browse files
chore: bump the gradle-patch-updates group with 2 updates (#51)
Bumps the gradle-patch-updates group with 2 updates: [com.github.seancfoley:ipaddress](https://github.com/seancfoley/IPAddress) and com.ncorti.ktfmt.gradle. Updates `com.github.seancfoley:ipaddress` from 5.5.0 to 5.5.1 - [Release notes](https://github.com/seancfoley/IPAddress/releases) - [Commits](seancfoley/IPAddress@v5.5.0...v5.5.1) Updates `com.ncorti.ktfmt.gradle` from 0.20.0 to 0.20.1 --- updated-dependencies: - dependency-name: com.github.seancfoley:ipaddress dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-patch-updates - dependency-name: com.ncorti.ktfmt.gradle dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-patch-updates ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4006eb2 commit 079eb91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ 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.16.3" }
1010
vanniktech-maven-publish = { id = "com.vanniktech.maven.publish", version = "0.29.0" }
11-
ktfmt = { id = "com.ncorti.ktfmt.gradle", version = "0.20.0" }
11+
ktfmt = { id = "com.ncorti.ktfmt.gradle", version = "0.20.1" }
1212

1313
[libraries]
1414
cloudshift-kotlin-cdk-wrapper = { module = "io.cloudshiftdev.kotlin-cdk-wrapper:kotlin-cdk-wrapper", version = "0.8.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.6.3" }
1717

1818
google-guava = { module = "com.google.guava:guava", version = "33.3.0-jre" }
19-
seancfoley-ipaddress = { module = "com.github.seancfoley:ipaddress", version = "5.5.0" }
19+
seancfoley-ipaddress = { module = "com.github.seancfoley:ipaddress", version = "5.5.1" }
2020
jayway-jsonpath= { module = "com.jayway.jsonpath:json-path", version = "2.9.0" }
2121
slf4j-simple = { module = "org.slf4j:slf4j-simple", version = "2.0.16" }
2222

0 commit comments

Comments
 (0)