From dea7e6bc37685d079635f6a0aa9f09f7b605aa65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 21:58:19 +0000 Subject: [PATCH] Bump com.vanniktech:gradle-maven-publish-plugin from 0.29.0 to 0.30.0 Bumps [com.vanniktech:gradle-maven-publish-plugin](https://github.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) --- updated-dependencies: - dependency-name: com.vanniktech:gradle-maven-publish-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/plugins/publish/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/plugins/publish/build.gradle.kts b/gradle/plugins/publish/build.gradle.kts index f2d1760..96e27b7 100644 --- a/gradle/plugins/publish/build.gradle.kts +++ b/gradle/plugins/publish/build.gradle.kts @@ -10,5 +10,5 @@ repositories { } dependencies { - implementation("com.vanniktech:gradle-maven-publish-plugin:0.29.0") + implementation("com.vanniktech:gradle-maven-publish-plugin:0.30.0") } \ No newline at end of file