From b4755879f018200641f37e4cb15aa706e14049e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 08:27:04 +0100 Subject: [PATCH] Bump io.github.hfhbd.mavencentral from 0.0.12 to 0.0.14 (#25) Bumps [io.github.hfhbd.mavencentral](https://github.com/hfhbd/mavencentral) from 0.0.12 to 0.0.14. - [Release notes](https://github.com/hfhbd/mavencentral/releases) - [Commits](https://github.com/hfhbd/mavencentral/compare/v0.0.12...v0.0.14) --- updated-dependencies: - dependency-name: io.github.hfhbd.mavencentral dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 e6750ea..4fc8134 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -16,4 +16,4 @@ ktor-server-core = { module = "io.ktor:ktor-server-core", version.ref = "ktor" } [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.12" } +mavencentral = { id = "io.github.hfhbd.mavencentral", version = "0.0.14" }