From f7190ab6929aa7ff01fe634f713d00c8806624cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 07:04:18 +0000 Subject: [PATCH] chore(deps): bump com.vanniktech:gradle-maven-publish-plugin Bumps [com.vanniktech:gradle-maven-publish-plugin](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.15.1 to 0.25.2. - [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.15.1...0.25.2) --- 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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7680c20..6a9d3ba 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ buildscript { dependencies { classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.21' - classpath 'com.vanniktech:gradle-maven-publish-plugin:0.15.1' + classpath 'com.vanniktech:gradle-maven-publish-plugin:0.25.2' } repositories {