diff --git a/examples/settings.gradle b/examples/settings.gradle index e57cb285f22..07fe8cb8daf 100644 --- a/examples/settings.gradle +++ b/examples/settings.gradle @@ -7,7 +7,7 @@ buildscript { dependencies { classpath "gradle.plugin.ch.myniva.gradle:s3-build-cache:0.10.0" classpath "com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.14.1" - classpath "com.gradle:common-custom-user-data-gradle-plugin:1.11.1" + classpath "com.gradle:common-custom-user-data-gradle-plugin:1.11.2" } } diff --git a/settings.gradle b/settings.gradle index 4099d39851a..65c568e33d0 100644 --- a/settings.gradle +++ b/settings.gradle @@ -6,7 +6,7 @@ buildscript { } dependencies { classpath "com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.14.1" - classpath "com.gradle:common-custom-user-data-gradle-plugin:1.11.1" + classpath "com.gradle:common-custom-user-data-gradle-plugin:1.11.2" classpath "org.gradle.toolchains:foojay-resolver:0.7.0" } }