From c61dc2e89024df7bc955bd1df15fdefaa8045021 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 20:27:27 +0000 Subject: [PATCH] Update plugin com.gradle.common-custom-user-data-gradle-plugin to v2.6.0 --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index b4f45ac..ef3f27d 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,6 +1,6 @@ plugins { id("com.gradle.develocity") version "4.4.0" - id("com.gradle.common-custom-user-data-gradle-plugin") version "2.5.0" + id("com.gradle.common-custom-user-data-gradle-plugin") version "2.6.0" } rootProject.name = "testng-engine"