From a721365a06d1bdc136127eb371ad47a43917a61c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jun 2022 06:30:02 +0000 Subject: [PATCH] Bump gradle-maven-publish-plugin from 0.18.0 to 0.19.0 Bumps [gradle-maven-publish-plugin](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.18.0 to 0.19.0. - [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases) - [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/vanniktech/gradle-maven-publish-plugin/compare/0.18.0...0.19.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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ebc0fa3..2c91b35 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ buildscript { classpath "me.champeau.gradle:jmh-gradle-plugin:0.5.3" classpath 'ru.vyarus:gradle-animalsniffer-plugin:1.5.4' classpath "biz.aQute.bnd:biz.aQute.bnd.gradle:6.3.0" - classpath 'com.vanniktech:gradle-maven-publish-plugin:0.18.0' + classpath 'com.vanniktech:gradle-maven-publish-plugin:0.19.0' } }