Skip to content

Commit

Permalink
fix(deps): update gradle develocity packages to v3.19.2 (patch) (#13349)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 18, 2025
1 parent aa99495 commit 23bde50
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.gradleup.shadow:shadow-gradle-plugin:8.3.6")
implementation("org.apache.httpcomponents:httpclient:4.5.14")
implementation("com.gradle.develocity:com.gradle.develocity.gradle.plugin:3.19.1")
implementation("com.gradle.develocity:com.gradle.develocity.gradle.plugin:3.19.2")
implementation("org.owasp:dependency-check-gradle:12.1.0")
implementation("ru.vyarus:gradle-animalsniffer-plugin:2.0.0")
implementation("org.spdx:spdx-gradle-plugin:0.8.0")
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
// ./gradlew :smoke-tests:images:servlet:buildLinuxTestImages pushMatrix -PsmokeTestServer=jetty
// ./gradlew :smoke-tests:images:servlet:buildWindowsTestImages pushMatrix -PsmokeTestServer=jetty
id("com.bmuschko.docker-remote-api") version "9.4.0" apply false
id("com.gradle.develocity") version "3.19.1"
id("com.gradle.develocity") version "3.19.2"
}

dependencyResolutionManagement {
Expand Down

0 comments on commit 23bde50

Please sign in to comment.