Skip to content

Commit 8d19825

Browse files
fix(deps): update gradle enterprise packages to v3.17.4 (release/v1.33.x) (patch) (#11394)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 87a89ed commit 8d19825

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conventions/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff 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.17.3")
62+
implementation("com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.17.4")
6363
implementation("org.owasp:dependency-check-gradle:9.2.0")
6464
implementation("ru.vyarus:gradle-animalsniffer-plugin:1.7.1")
6565
// When updating, also update dependencyManagement/build.gradle.kts

settings.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pluginManagement {
1212
}
1313

1414
plugins {
15-
id("com.gradle.enterprise") version "3.17.3"
15+
id("com.gradle.enterprise") version "3.17.4"
1616
id("com.gradle.common-custom-user-data-gradle-plugin") version "2.0.1"
1717
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
1818
// this can't live in pluginManagement currently due to

0 commit comments

Comments
 (0)