From 8f99ecf91505cea859a03efd7ba44c11f62bc295 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 04:07:27 +0000 Subject: [PATCH] Bump org.danilopianini.publish-on-central from 5.0.13 to 5.0.15 Bumps [org.danilopianini.publish-on-central](https://github.com/DanySK/publish-on-central) from 5.0.13 to 5.0.15. - [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.13...5.0.15) --- 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 ce5b2f9..e5173a2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,7 +10,7 @@ slf4j = "2.0.9" apache-compress = "1.24.0" kotlinx-io = "0.2.1" plugin-kotlinter = "3.16.0" -plugin-publishOnCentral = "5.0.13" +plugin-publishOnCentral = "5.0.15" plugin-binaryCompatibilityValidator = "0.13.2" plugin-kover = "0.7.3" plugin-detekt = "1.23.1"