Skip to content

Commit 2314d73

Browse files
chore(deps): bump com.gradle.common-custom-user-data-gradle-plugin
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] <support@github.com>
1 parent 18e152a commit 2314d73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

grails-forge/settings.gradle

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

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

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pluginManagement {
2626
}
2727
plugins {
2828
id 'com.gradle.develocity' version '4.1.1'
29-
id 'com.gradle.common-custom-user-data-gradle-plugin' version '2.2.1'
29+
id 'com.gradle.common-custom-user-data-gradle-plugin' version '2.3'
3030
}
3131

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

0 commit comments

Comments
 (0)