diff --git a/convention-gradle-enterprise-gradle-plugin/plugins/gradle-2-through-4/build.gradle b/convention-gradle-enterprise-gradle-plugin/plugins/gradle-2-through-4/build.gradle index 97b189fc0..699e48148 100644 --- a/convention-gradle-enterprise-gradle-plugin/plugins/gradle-2-through-4/build.gradle +++ b/convention-gradle-enterprise-gradle-plugin/plugins/gradle-2-through-4/build.gradle @@ -14,7 +14,7 @@ repositories { dependencies { // must not be newer than 1.16 to be compatible with Gradle 2.x - 4.x implementation "com.gradle:build-scan-plugin:2.4.2" - implementation 'com.gradle:common-custom-user-data-gradle-plugin:1.11.1' + implementation 'com.gradle:common-custom-user-data-gradle-plugin:1.11.3' } java {