From acca2a853a7e54ff5f03018c6e5e13f9d0f1d704 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 04:03:06 +0000 Subject: [PATCH] Bump gradle-maven-publish-plugin from 0.22.0 to 0.24.0 Bumps [gradle-maven-publish-plugin](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.22.0 to 0.24.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.22.0...0.24.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 e50e9e1..60f412e 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { dependencies { classpath "me.champeau.gradle:jmh-gradle-plugin:0.5.3" classpath "biz.aQute.bnd:biz.aQute.bnd.gradle:6.4.0" - classpath 'com.vanniktech:gradle-maven-publish-plugin:0.22.0' + classpath 'com.vanniktech:gradle-maven-publish-plugin:0.24.0' classpath "gradle.plugin.com.hierynomus.gradle.plugins:license-gradle-plugin:0.16.1" } }