From 22be1672ac74e71d4105e53cd7b3917633bd9f68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 00:36:40 -0700 Subject: [PATCH] Bump com.gradle.common-custom-user-data-gradle-plugin (#1224) Bumps com.gradle.common-custom-user-data-gradle-plugin from 1.11.2 to 1.11.3. --- updated-dependencies: - dependency-name: com.gradle.common-custom-user-data-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/coalescing-bulkloader-reactor/settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/coalescing-bulkloader-reactor/settings.gradle.kts b/examples/coalescing-bulkloader-reactor/settings.gradle.kts index 201f1328ae..7524f83f5c 100644 --- a/examples/coalescing-bulkloader-reactor/settings.gradle.kts +++ b/examples/coalescing-bulkloader-reactor/settings.gradle.kts @@ -1,6 +1,6 @@ plugins { id("com.gradle.enterprise") version "3.15" - id("com.gradle.common-custom-user-data-gradle-plugin") version "1.11.2" + id("com.gradle.common-custom-user-data-gradle-plugin") version "1.11.3" id("org.gradle.toolchains.foojay-resolver-convention") version "0.7.0" }