From 6f3d0129e1e877de2ca87fbd6a92e6bb1200ec36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 05:17:04 +0000 Subject: [PATCH] Bump com.gradle:common-custom-user-data-gradle-plugin from 2.0 to 2.0.1 Bumps com.gradle:common-custom-user-data-gradle-plugin from 2.0 to 2.0.1. --- 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] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 985b3a3c6969..c34f6c9fc683 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -32,7 +32,7 @@ bndlib = { module = "biz.aQute.bnd:biz.aQute.bndlib", version.ref = "bnd" } checkstyle = { module = "com.puppycrawl.tools:checkstyle", version.ref = "checkstyle" } classgraph = { module = "io.github.classgraph:classgraph", version = "4.8.170" } commons-io = { module = "commons-io:commons-io", version = "2.16.1" } -gradle-commonCustomUserData = { module = "com.gradle:common-custom-user-data-gradle-plugin", version = "2.0" } +gradle-commonCustomUserData = { module = "com.gradle:common-custom-user-data-gradle-plugin", version = "2.0.1" } gradle-foojayResolver = { module = "org.gradle.toolchains:foojay-resolver", version = "0.8.0" } gradle-develocity = { module = "com.gradle:develocity-gradle-plugin", version = "3.17.2" } gradle-bnd = { module = "biz.aQute.bnd:biz.aQute.bnd.gradle", version.ref = "bnd" }