From dc1019f8e73d4cdadf07b7e8fe0bd1142e40ee36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 04:17:51 +0000 Subject: [PATCH] Bump org.danilopianini.publish-on-central from 5.0.12 to 5.0.13 Bumps [org.danilopianini.publish-on-central](https://github.com/DanySK/publish-on-central) from 5.0.12 to 5.0.13. - [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.12...5.0.13) --- 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 8db5d22..f760371 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.12" +plugin-publishOnCentral = "5.0.13" plugin-binaryCompatibilityValidator = "0.13.2" plugin-kover = "0.7.3" plugin-detekt = "1.23.1"