From 2c133c27e779eed11811d5a1305d129eafcec792 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 16:04:52 -0500 Subject: [PATCH] Bump com.gradle.plugin-publish from 0.18.0 to 0.19.0 (#155) Bumps com.gradle.plugin-publish from 0.18.0 to 0.19.0. --- updated-dependencies: - dependency-name: com.gradle.plugin-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> --- plugin/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/build.gradle b/plugin/build.gradle index 693d512..d357f5d 100644 --- a/plugin/build.gradle +++ b/plugin/build.gradle @@ -1,5 +1,5 @@ plugins { - id "com.gradle.plugin-publish" version "0.18.0" + id "com.gradle.plugin-publish" version "0.19.0" id "java-gradle-plugin" }