Skip to content

Commit 2777b07

Browse files
fix(deps): update develocity packages to v4.2.1 (#2328)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0aca7d7 commit 2777b07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717
implementation("net.ltgt.nullaway:net.ltgt.nullaway.gradle.plugin:2.3.0")
1818
implementation("org.owasp.dependencycheck:org.owasp.dependencycheck.gradle.plugin:12.1.6")
1919
implementation("ru.vyarus.animalsniffer:ru.vyarus.animalsniffer.gradle.plugin:2.0.1")
20-
implementation("com.gradle.develocity:com.gradle.develocity.gradle.plugin:4.2")
20+
implementation("com.gradle.develocity:com.gradle.develocity.gradle.plugin:4.2.1")
2121
implementation("me.champeau.gradle.japicmp:me.champeau.gradle.japicmp.gradle.plugin:0.4.6")
2222
implementation("com.google.auto.value:auto-value-annotations:1.11.0")
2323
}

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pluginManagement {
22
plugins {
33
id("com.gradleup.shadow") version "9.2.2"
44
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
5-
id("com.gradle.develocity") version "4.2"
5+
id("com.gradle.develocity") version "4.2.1"
66
}
77
}
88

0 commit comments

Comments
 (0)