Skip to content

Commit 8d3dae3

Browse files
chore: bump the gradle-updates group across 1 directory with 7 updates (#88)
Bumps the gradle-updates group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | org.gradle.toolchains.foojay-resolver-convention | `0.9.0` | `0.10.0` | | com.gradle.develocity | `3.19.1` | `3.19.2` | | [com.google.guava:guava](https://github.com/google/guava) | `33.4.0-jre` | `33.4.7-jre` | | org.slf4j:slf4j-simple | `2.0.16` | `2.0.17` | | [io.github.oshai:kotlin-logging-jvm](https://github.com/oshai/kotlin-logging) | `7.0.3` | `7.0.6` | | [com.vanniktech.maven.publish](https://github.com/vanniktech/gradle-maven-publish-plugin) | `0.30.0` | `0.31.0` | | com.ncorti.ktfmt.gradle | `0.21.0` | `0.22.0` | Updates `org.gradle.toolchains.foojay-resolver-convention` from 0.9.0 to 0.10.0 Updates `com.gradle.develocity` from 3.19.1 to 3.19.2 Updates `com.google.guava:guava` from 33.4.0-jre to 33.4.7-jre - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Updates `org.slf4j:slf4j-simple` from 2.0.16 to 2.0.17 Updates `io.github.oshai:kotlin-logging-jvm` from 7.0.3 to 7.0.6 - [Release notes](https://github.com/oshai/kotlin-logging/releases) - [Changelog](https://github.com/oshai/kotlin-logging/blob/master/ChangeLog-old.md) - [Commits](oshai/kotlin-logging@7.0.3...7.0.6) Updates `com.vanniktech.maven.publish` from 0.30.0 to 0.31.0 - [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases) - [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/main/CHANGELOG.md) - [Commits](vanniktech/gradle-maven-publish-plugin@0.30.0...0.31.0) Updates `com.ncorti.ktfmt.gradle` from 0.21.0 to 0.22.0 --- updated-dependencies: - dependency-name: org.gradle.toolchains.foojay-resolver-convention dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-updates - dependency-name: com.gradle.develocity dependency-version: 3.19.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-updates - dependency-name: com.google.guava:guava dependency-version: 33.4.7-jre dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-updates - dependency-name: org.slf4j:slf4j-simple dependency-version: 2.0.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-updates - dependency-name: io.github.oshai:kotlin-logging-jvm dependency-version: 7.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-updates - dependency-name: com.vanniktech.maven.publish dependency-version: 0.31.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-updates - dependency-name: com.ncorti.ktfmt.gradle dependency-version: 0.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-updates ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bf5513d commit 8d3dae3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@ kotlin = "2.0.21"
77
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" }
10-
vanniktech-maven-publish = { id = "com.vanniktech.maven.publish", version = "0.30.0" }
11-
ktfmt = { id = "com.ncorti.ktfmt.gradle", version = "0.21.0" }
10+
vanniktech-maven-publish = { id = "com.vanniktech.maven.publish", version = "0.31.0" }
11+
ktfmt = { id = "com.ncorti.ktfmt.gradle", version = "0.22.0" }
1212

1313
[libraries]
1414
cloudshift-kotlin-cdk-wrapper = { module = "io.cloudshiftdev.kotlin-cdk-wrapper:kotlin-cdk-wrapper", version = "0.10.0" }
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.0-jre" }
18+
google-guava = { module = "com.google.guava:guava", version = "33.4.8-jre" }
1919
seancfoley-ipaddress = { module = "com.github.seancfoley:ipaddress", version = "5.5.1" }
2020
jayway-jsonpath= { module = "com.jayway.jsonpath:json-path", version = "2.9.0" }
21-
slf4j-simple = { module = "org.slf4j:slf4j-simple", version = "2.0.16" }
21+
slf4j-simple = { module = "org.slf4j:slf4j-simple", version = "2.0.17" }
2222

23-
oshai-kotlin-logging = { module = "io.github.oshai:kotlin-logging-jvm", version = "7.0.3" }
23+
oshai-kotlin-logging = { module = "io.github.oshai:kotlin-logging-jvm", version = "7.0.7" }
2424

2525

2626
##### Testing libraries

settings.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ pluginManagement {
2626
}
2727

2828
plugins {
29-
id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0"
30-
id("com.gradle.develocity") version "3.19.1"
29+
id("org.gradle.toolchains.foojay-resolver-convention") version "0.10.0"
30+
id("com.gradle.develocity") version "3.19.2"
3131
}
3232

3333
include(":cdk-test")

0 commit comments

Comments
 (0)