From 1b8f2f65cec82e5bc37ab660f091ce46bdd7d57d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 01:13:27 +0000 Subject: [PATCH] [Update]: Bump com.vanniktech.maven.publish from 0.27.0 to 0.29.0 Bumps [com.vanniktech.maven.publish](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.27.0 to 0.29.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.27.0...0.29.0) --- updated-dependencies: - dependency-name: com.vanniktech.maven.publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6910d5c..c5500ad 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ buildscript { ext { agpVersion = '8.3.1' - mavenPublishVersion = '0.27.0' + mavenPublishVersion = '0.29.0' kotlinVersion = '1.9.22' dokkaVersion = '1.9.20' composeBomVersion = '2024.03.00'