Skip to content

Commit 526cb27

Browse files
fix(deps): update develocity packages to v4.3.2
1 parent 69fcde9 commit 526cb27

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.4.0")
1818
implementation("org.owasp.dependencycheck:org.owasp.dependencycheck.gradle.plugin:12.2.0")
1919
implementation("ru.vyarus.animalsniffer:ru.vyarus.animalsniffer.gradle.plugin:2.0.1")
20-
implementation("com.gradle.develocity:com.gradle.develocity.gradle.plugin:4.3.1")
20+
implementation("com.gradle.develocity:com.gradle.develocity.gradle.plugin:4.3.2")
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.1")
2323
}

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pluginManagement {
44
plugins {
55
id("com.gradleup.shadow") version "9.3.1"
66
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
7-
id("com.gradle.develocity") version "4.3.1"
7+
id("com.gradle.develocity") version "4.3.2"
88
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
99
}
1010
}

0 commit comments

Comments
 (0)