Skip to content

Commit 184f28a

Browse files
chore: bump the gradle-minor-updates group across 1 directory with 3 updates (#49)
1 parent 37f4be1 commit 184f28a

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
@@ -8,14 +8,14 @@ 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.19.0" }
11+
ktfmt = { id = "com.ncorti.ktfmt.gradle", version = "0.20.0" }
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

18-
google-guava = { module = "com.google.guava:guava", version = "33.2.1-jre" }
18+
google-guava = { module = "com.google.guava:guava", version = "33.3.0-jre" }
1919
seancfoley-ipaddress = { module = "com.github.seancfoley:ipaddress", version = "5.5.0" }
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" }

settings.gradle.kts

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

2828
plugins {
2929
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
30-
id("com.gradle.develocity") version "3.17.6"
30+
id("com.gradle.develocity") version "3.18"
3131
}
3232

3333
include(":cdk-test")

0 commit comments

Comments
 (0)