From 4490f30cf4d95e0a5a317aaf4f4ec5dcbea14d17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 12:04:47 +0000 Subject: [PATCH] Bump maven-publish from 0.28.0 to 0.29.0 Bumps `maven-publish` from 0.28.0 to 0.29.0. Updates `com.vanniktech:gradle-maven-publish-plugin` from 0.28.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.28.0...0.29.0) Updates `com.vanniktech.maven.publish` from 0.28.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.28.0...0.29.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 1a05534ee..d4c99606e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ androidx-activity-compose = "1.9.0" multiplatform-settings = "1.1.1" complete-kotlin = "1.1.0" agp = "8.3.2" -maven-publish = "0.28.0" +maven-publish = "0.29.0" apollo-kotlin = "3.8.4" korlibs = "4.0.10" detekt = "1.23.6"