From 6880eacd868a751522dbde22b031592188b64429 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 13:08:25 +0000 Subject: [PATCH] Bump io.github.hfhbd.mavencentral from 0.0.17 to 0.0.22 Bumps [io.github.hfhbd.mavencentral](https://github.com/hfhbd/mavencentral) from 0.0.17 to 0.0.22. - [Release notes](https://github.com/hfhbd/mavencentral/releases) - [Commits](https://github.com/hfhbd/mavencentral/compare/v0.0.17...v0.0.22) --- updated-dependencies: - dependency-name: io.github.hfhbd.mavencentral dependency-version: 0.0.22 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 37e007c..8c62ba0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -11,7 +11,7 @@ serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-jso [plugins] kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" } -mavencentral = { id = "io.github.hfhbd.mavencentral", version = "0.0.17" } +mavencentral = { id = "io.github.hfhbd.mavencentral", version = "0.0.22" } licensee = { id = "app.cash.licensee", version = "1.13.0" } detekt = { id = "io.gitlab.arturbosch.detekt", version = "1.23.8" } binary = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.18.1" }