Skip to content

Commit 8569434

Browse files
Bump develocity plugin correctly in 2 places simultaneously. (#11189)
# What Does This Do Bump `develocity` plugin correctly in 2 places simultaneously. # Motivation Latest build tools. # Additional Notes I found that we updated only one place but should update in two places. I investigated a bit how this can be refactored to be in one place, but Codex generated ugly code, so I decided to keep things as-is. Co-authored-by: alexey.kuznetsov <alexey.kuznetsov@datadoghq.com>
1 parent ac97668 commit 8569434

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# NOTE: Ranges for some versions are needed to allow instrumentation tests to specify the desired version.
33

44
# Build
5-
develocity = "4.2.2"
5+
develocity = "4.4.1"
66
forbiddenapis = "3.10"
77
spotbugs_annotations = "4.9.8"
88

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pluginManagement {
2020
}
2121

2222
plugins {
23-
id("com.gradle.develocity") version "4.4.0"
23+
id("com.gradle.develocity") version "4.4.1"
2424
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
2525
}
2626

0 commit comments

Comments
 (0)