From d64540020a1e35f04214e3505b83e17d5c85b9ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 08:07:46 +0000 Subject: [PATCH] Bump publish from 0.29.0 to 0.30.0 Bumps `publish` from 0.29.0 to 0.30.0. Updates `com.vanniktech:gradle-maven-publish-plugin` from 0.29.0 to 0.30.0 - [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases) - [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/vanniktech/gradle-maven-publish-plugin/compare/0.29.0...0.30.0) Updates `com.vanniktech.maven.publish` from 0.29.0 to 0.30.0 - [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases) - [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/vanniktech/gradle-maven-publish-plugin/compare/0.29.0...0.30.0) --- updated-dependencies: - dependency-name: com.vanniktech:gradle-maven-publish-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.vanniktech.maven.publish dependency-type: direct:production update-type: version-update:semver-minor ... 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 1f957aa1..26c361a3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ kotlinx-datetime = "0.6.1" # https://github.com/Kotlin/kotlinx.coroutines kotlinx-coroutines = "1.9.0" # https://github.com/vanniktech/gradle-maven-publish-plugin -publish = "0.29.0" +publish = "0.30.0" # https://github.com/Kotlin/dokka dokka = "1.9.20" # https://github.com/willowtreeapps/assertk