diff --git a/settings.gradle b/settings.gradle index 893f5862edc..e3ec380517c 100644 --- a/settings.gradle +++ b/settings.gradle @@ -30,7 +30,7 @@ pluginManagement { // check https://gradle.com/enterprise/releases with new versions. GE plugin version should not lag behind Gradle version plugins { - id "com.gradle.enterprise" version "3.13" // 3.13 was the latest plugin version that the ASF hosted GE supports at time of commit + id "com.gradle.enterprise" version "3.14.1" // 3.14.1 was the latest plugin version that the ASF hosted GE supports at time of commit id 'com.gradle.common-custom-user-data-gradle-plugin' version '1.11' }