fix(deps): update develocity packages to v4.2.2

This commit is contained in:
renovate[bot] 2025-10-14 00:50:04 +00:00 committed by GitHub
parent 64e4ad6506
commit 19ba16ba68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ dependencies {
implementation("net.ltgt.nullaway:net.ltgt.nullaway.gradle.plugin:2.3.0")
implementation("org.owasp.dependencycheck:org.owasp.dependencycheck.gradle.plugin:12.1.7")
implementation("ru.vyarus.animalsniffer:ru.vyarus.animalsniffer.gradle.plugin:2.0.1")
implementation("com.gradle.develocity:com.gradle.develocity.gradle.plugin:4.2.1")
implementation("com.gradle.develocity:com.gradle.develocity.gradle.plugin:4.2.2")
implementation("me.champeau.gradle.japicmp:me.champeau.gradle.japicmp.gradle.plugin:0.4.6")
implementation("com.google.auto.value:auto-value-annotations:1.11.0")
}

View File

@ -2,7 +2,7 @@ pluginManagement {
plugins {
id("com.gradleup.shadow") version "9.2.2"
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
id("com.gradle.develocity") version "4.2.1"
id("com.gradle.develocity") version "4.2.2"
}
}