Skip to content

Commit fb4de0d

Browse files
authored
Update Gradle Enterprise plugin to 3.16.1 (#104435) (#105462)
1 parent 9e563d9 commit fb4de0d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

gradle/build.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ commons-codec = "commons-codec:commons-codec:1.11"
1717
commmons-io = "commons-io:commons-io:2.2"
1818
docker-compose = "com.avast.gradle:gradle-docker-compose-plugin:0.17.5"
1919
forbiddenApis = "de.thetaphi:forbiddenapis:3.6"
20-
gradle-enterprise = "com.gradle:gradle-enterprise-gradle-plugin:3.14.1"
20+
gradle-enterprise = "com.gradle:gradle-enterprise-gradle-plugin:3.16.1"
2121
hamcrest = "org.hamcrest:hamcrest:2.1"
2222
httpcore = "org.apache.httpcomponents:httpcore:4.4.12"
2323
httpclient = "org.apache.httpcomponents:httpclient:4.5.10"

gradle/verification-metadata.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -736,9 +736,9 @@
736736
<sha256 value="48234cd74e35d91a31a683820a35b5b6d11b55527f32a5b162c6757408b95d7a" origin="Generated by Gradle"/>
737737
</artifact>
738738
</component>
739-
<component group="com.gradle" name="gradle-enterprise-gradle-plugin" version="3.14.1">
740-
<artifact name="gradle-enterprise-gradle-plugin-3.14.1.jar">
741-
<sha256 value="486ebc6e2375dfbdb33f8f434b490423f5136f92c4ae61b26ad183bd1ab0caf0" origin="Generated by Gradle"/>
739+
<component group="com.gradle" name="gradle-enterprise-gradle-plugin" version="3.16.1">
740+
<artifact name="gradle-enterprise-gradle-plugin-3.16.1.jar">
741+
<sha256 value="989cfe6b6a47b530971add6d55c043ecc1eded4144a66a981be5770ffee3de1c" origin="Generated by Gradle"/>
742742
</artifact>
743743
</component>
744744
<component group="com.h2database" name="h2" version="1.4.197">

plugins/examples/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*/
88

99
plugins {
10-
id "com.gradle.enterprise" version "3.14.1"
10+
id "com.gradle.enterprise" version "3.16.1"
1111
}
1212

1313
// Include all subdirectories as example projects

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pluginManagement {
1414
}
1515

1616
plugins {
17-
id "com.gradle.enterprise" version "3.14.1"
17+
id "com.gradle.enterprise" version "3.16.1"
1818
id 'elasticsearch.java-toolchain'
1919
}
2020

0 commit comments

Comments
 (0)