fix(deps): update gradle develocity packages to v3.19.1 (patch) (#13094)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-01-24 09:39:31 +02:00 committed by GitHub
parent 23d7063687
commit 37a44b3dbc
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("gradle.plugin.com.google.protobuf:protobuf-gradle-plugin:0.8.18")
implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.5") implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.5")
implementation("org.apache.httpcomponents:httpclient:4.5.14") implementation("org.apache.httpcomponents:httpclient:4.5.14")
implementation("com.gradle.develocity:com.gradle.develocity.gradle.plugin:3.19") implementation("com.gradle.develocity:com.gradle.develocity.gradle.plugin:3.19.1")
implementation("org.owasp:dependency-check-gradle:12.0.1") implementation("org.owasp:dependency-check-gradle:12.0.1")
implementation("ru.vyarus:gradle-animalsniffer-plugin:1.7.2") implementation("ru.vyarus:gradle-animalsniffer-plugin:1.7.2")
implementation("org.spdx:spdx-gradle-plugin:0.8.0") implementation("org.spdx:spdx-gradle-plugin:0.8.0")

View File

@ -21,7 +21,7 @@ plugins {
// ./gradlew :smoke-tests:images:servlet:buildLinuxTestImages pushMatrix -PsmokeTestServer=jetty // ./gradlew :smoke-tests:images:servlet:buildLinuxTestImages pushMatrix -PsmokeTestServer=jetty
// ./gradlew :smoke-tests:images:servlet:buildWindowsTestImages 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.bmuschko.docker-remote-api") version "9.4.0" apply false
id("com.gradle.develocity") version "3.19" id("com.gradle.develocity") version "3.19.1"
} }
dependencyResolutionManagement { dependencyResolutionManagement {