Skip to content

Commit 2960a7d

Browse files
Bump com.gradle.common-custom-user-data-gradle-plugin from 2.2.1 to 2.3
Bumps com.gradle.common-custom-user-data-gradle-plugin from 2.2.1 to 2.3. --- updated-dependencies: - dependency-name: com.gradle.common-custom-user-data-gradle-plugin dependency-version: '2.3' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 57cc53f commit 2960a7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

grails-gradle/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
plugins {
2121
id 'com.gradle.develocity' version '4.0.1'
22-
id 'com.gradle.common-custom-user-data-gradle-plugin' version '2.2.1'
22+
id 'com.gradle.common-custom-user-data-gradle-plugin' version '2.3'
2323
}
2424

2525
def isCI = System.getenv().containsKey('CI')

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pluginManagement {
2424
}
2525
plugins {
2626
id 'com.gradle.develocity' version '4.0.1'
27-
id 'com.gradle.common-custom-user-data-gradle-plugin' version '2.2.1'
27+
id 'com.gradle.common-custom-user-data-gradle-plugin' version '2.3'
2828
}
2929

3030
def isCI = System.getenv().containsKey('CI')

0 commit comments

Comments
 (0)