Skip to content

Commit 4e3062c

Browse files
committed
Bump DV plugin to 3.19
1 parent 9733cfe commit 4e3062c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

plugin-test/src/test/groovy/org/gradle/github/dependencygraph/SampleProjectDependencyExtractorTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class SampleProjectDependencyExtractorTest extends BaseExtractorTest {
2626
def manifestDependencies = manifest.resolved
2727

2828
[ // plugin dependencies
29-
"com.gradle:develocity-gradle-plugin:3.18.1",
29+
"com.gradle:develocity-gradle-plugin:3.19",
3030
"com.diffplug.spotless:spotless-plugin-gradle:4.5.1",
3131
"com.diffplug.durian:durian-core:1.2.0",
3232
].forEach {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
plugins {
2-
id 'com.gradle.develocity' version '3.18.1'
2+
id 'com.gradle.develocity' version '3.19'
33
}
44
rootProject.name = 'java-lib'

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id("com.gradle.develocity").version("3.18.1")
2+
id("com.gradle.develocity").version("3.19")
33
id("com.gradle.common-custom-user-data-gradle-plugin").version("2.0.2")
44
}
55

0 commit comments

Comments
 (0)