fix(deps): update gradle enterprise packages to v3.16.2 (#10337)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-01-26 15:19:26 +02:00 committed by GitHub
parent 20b330778f
commit 4695b57d73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ dependencies {
implementation("gradle.plugin.com.google.protobuf:protobuf-gradle-plugin:0.8.18")
implementation("com.github.johnrengelman:shadow:8.1.1")
implementation("org.apache.httpcomponents:httpclient:4.5.14")
implementation("com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.16.1")
implementation("com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.16.2")
implementation("org.owasp:dependency-check-gradle:9.0.9")
implementation("ru.vyarus:gradle-animalsniffer-plugin:1.7.1")
// When updating, also update dependencyManagement/build.gradle.kts

View File

@ -12,7 +12,7 @@ pluginManagement {
}
plugins {
id("com.gradle.enterprise") version "3.16.1"
id("com.gradle.enterprise") version "3.16.2"
id("com.gradle.common-custom-user-data-gradle-plugin") version "1.12.1"
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
// this can't live in pluginManagement currently due to