From 89886b2371a4b59d5c1838851b42f1990a30e069 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 13:28:03 +0000 Subject: [PATCH] chore: bump the gradle-updates group with 2 updates Bumps the gradle-updates group with 2 updates: [com.vanniktech.maven.publish](https://github.com/vanniktech/gradle-maven-publish-plugin) and com.ncorti.ktfmt.gradle. Updates `com.vanniktech.maven.publish` from 0.31.0 to 0.34.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](https://github.com/vanniktech/gradle-maven-publish-plugin/compare/0.31.0...0.34.0) Updates `com.ncorti.ktfmt.gradle` from 0.22.0 to 0.24.0 --- updated-dependencies: - dependency-name: com.vanniktech.maven.publish dependency-version: 0.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-updates - dependency-name: com.ncorti.ktfmt.gradle dependency-version: 0.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-updates ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 96f4ac6..3216202 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,8 +6,8 @@ kotlin = "1.9.25" [plugins] kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } jetbrains-binaryCompatibilityValidator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.14.0" } -vanniktech-maven-publish = { id = "com.vanniktech.maven.publish", version = "0.31.0" } -ktfmt = { id = "com.ncorti.ktfmt.gradle", version = "0.22.0" } +vanniktech-maven-publish = { id = "com.vanniktech.maven.publish", version = "0.34.0" } +ktfmt = { id = "com.ncorti.ktfmt.gradle", version = "0.24.0" } [libraries] kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.8.1" }