From 39cf4ddb771d7b1345d1199f58f61972418485d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 04:23:02 +0000 Subject: [PATCH] Bump org.danilopianini.publish-on-central from 5.1.1 to 5.1.2 Bumps [org.danilopianini.publish-on-central](https://github.com/DanySK/publish-on-central) from 5.1.1 to 5.1.2. - [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.1.1...5.1.2) --- 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 d75e989..755d96f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,7 +10,7 @@ slf4j = "2.0.13" apache-compress = "1.26.2" kotlinx-io = "0.3.5" plugin-kotlinter = "4.3.0" -plugin-publishOnCentral = "5.1.1" +plugin-publishOnCentral = "5.1.2" plugin-binaryCompatibilityValidator = "0.14.0" plugin-kover = "0.8.0" plugin-detekt = "1.23.6"