File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ dependencies {
5959 implementation(" gradle.plugin.com.google.protobuf:protobuf-gradle-plugin:0.8.18" )
6060 implementation(" com.github.johnrengelman:shadow:8.1.1" )
6161 implementation(" org.apache.httpcomponents:httpclient:4.5.14" )
62- implementation(" com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.16" )
62+ implementation(" com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.16.1 " )
6363 implementation(" org.owasp:dependency-check-gradle:9.0.5" )
6464 implementation(" ru.vyarus:gradle-animalsniffer-plugin:1.7.1" )
6565 // When updating, also update dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ pluginManagement {
1212}
1313
1414plugins {
15- id(" com.gradle.enterprise" ) version " 3.16"
15+ id(" com.gradle.enterprise" ) version " 3.16.1 "
1616 id(" com.gradle.common-custom-user-data-gradle-plugin" ) version " 1.12.1"
1717 id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 0.7.0"
1818 // this can't live in pluginManagement currently due to
You can’t perform that action at this time.
0 commit comments