Skip to content

Commit 8c7f3ff

Browse files
authored
Bump to v1.4.1 of the dependency-submission plugin
1 parent 85e9805 commit 8c7f3ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/src/resources/init-scripts/gradle-actions.github-dependency-graph-gradle-plugin-apply.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
def pluginRepositoryUrl = getInputParam('gradle.plugin-repository.url') ?: 'https://plugins.gradle.org/m2'
77
def pluginRepositoryUsername = getInputParam('gradle.plugin-repository.username')
88
def pluginRepositoryPassword = getInputParam('gradle.plugin-repository.password')
9-
def dependencyGraphPluginVersion = getInputParam('dependency-graph-plugin.version') ?: '1.4.0'
9+
def dependencyGraphPluginVersion = getInputParam('dependency-graph-plugin.version') ?: '1.4.1'
1010

1111
logger.lifecycle("Resolving dependency graph plugin ${dependencyGraphPluginVersion} from plugin repository: ${pluginRepositoryUrl}")
1212
repositories {

0 commit comments

Comments
 (0)