From 672239971385b9416a2c09d1313af54857663149 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 04:29:03 +0000 Subject: [PATCH] Bump org.danilopianini.publish-on-central from 5.0.11 to 5.0.12 Bumps [org.danilopianini.publish-on-central](https://github.com/DanySK/publish-on-central) from 5.0.11 to 5.0.12. - [Release notes](https://github.com/DanySK/publish-on-central/releases) - [Changelog](https://github.com/DanySK/publish-on-central/blob/master/CHANGELOG.md) - [Commits](https://github.com/DanySK/publish-on-central/compare/5.0.11...5.0.12) --- updated-dependencies: - dependency-name: org.danilopianini.publish-on-central 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 3e91eb0..19a7bf1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,7 +10,7 @@ slf4j = "2.0.7" apache-compress = "1.23.0" kotlinx-io = "0.2.1" plugin-kotlinter = "3.16.0" -plugin-publishOnCentral = "5.0.11" +plugin-publishOnCentral = "5.0.12" plugin-binaryCompatibilityValidator = "0.13.2" plugin-kover = "0.7.3" plugin-detekt = "1.23.1"