From 428de39a98056093a80e641c29ac3f0eb3d17690 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 02:15:19 +0000 Subject: [PATCH] Bump com.gradle.common-custom-user-data-gradle-plugin from 1.8.1 to 1.9 Bumps com.gradle.common-custom-user-data-gradle-plugin from 1.8.1 to 1.9. --- updated-dependencies: - dependency-name: com.gradle.common-custom-user-data-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 90fd6956e57..0503b04b83c 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -6,7 +6,7 @@ pluginManagement { } plugins { id("com.gradle.enterprise") version "3.11.1" // keep in sync with buildSrc/build.gradle.kts - id("com.gradle.common-custom-user-data-gradle-plugin") version "1.8.1" + id("com.gradle.common-custom-user-data-gradle-plugin") version "1.9" id("org.ajoberstar.git-publish") version "4.1.1" kotlin("jvm") version "1.5.31" // Check if workaround in documentation.gradle.kts can be removed when upgrading