From 5f797519a39975ba377450b79cfabab07caa05d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 14:25:35 -0700 Subject: [PATCH] Bump com.vanniktech.maven.publish from 0.29.0 to 0.30.0 (#110) Bumps [com.vanniktech.maven.publish](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.maven.publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- eppo/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eppo/build.gradle b/eppo/build.gradle index 24089aad..fc7b29c4 100644 --- a/eppo/build.gradle +++ b/eppo/build.gradle @@ -1,7 +1,7 @@ plugins { id 'com.android.library' id 'maven-publish' - id "com.vanniktech.maven.publish" version "0.29.0" + id "com.vanniktech.maven.publish" version "0.30.0" id 'signing' id "com.diffplug.spotless" version "7.0.0.BETA2" }