From 46a9988446954597fe8bfa4d17c93fcfe58cf937 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 22:09:31 +0000 Subject: [PATCH] Bump com.gradle.enterprise in /.github/workflow-samples/kotlin-dsl Bumps com.gradle.enterprise from 3.14 to 3.14.1. --- updated-dependencies: - dependency-name: com.gradle.enterprise dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflow-samples/kotlin-dsl/settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflow-samples/kotlin-dsl/settings.gradle.kts b/.github/workflow-samples/kotlin-dsl/settings.gradle.kts index 66e5620..ee981ff 100644 --- a/.github/workflow-samples/kotlin-dsl/settings.gradle.kts +++ b/.github/workflow-samples/kotlin-dsl/settings.gradle.kts @@ -1,5 +1,5 @@ plugins { - id("com.gradle.enterprise") version "3.14" + id("com.gradle.enterprise") version "3.14.1" id("com.gradle.common-custom-user-data-gradle-plugin") version "1.11.1" }