Skip to content

Commit

Permalink
fix(deps): update gradle enterprise packages to v3.17.3 (release/v1.3…
Browse files Browse the repository at this point in the history
…3.x) (patch) (#11310)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 10, 2024
1 parent 8d7198d commit db36233
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conventions/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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.17.2")
implementation("com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.17.3")
implementation("org.owasp:dependency-check-gradle:9.1.0")
implementation("ru.vyarus:gradle-animalsniffer-plugin:1.7.1")
// When updating, also update dependencyManagement/build.gradle.kts
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pluginManagement {
}

plugins {
id("com.gradle.enterprise") version "3.17.2"
id("com.gradle.enterprise") version "3.17.3"
id("com.gradle.common-custom-user-data-gradle-plugin") version "2.0.1"
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
// this can't live in pluginManagement currently due to
Expand Down

0 comments on commit db36233

Please sign in to comment.