diff --git a/sources/src/resources/init-scripts/gradle-actions.github-dependency-graph-gradle-plugin-apply.groovy b/sources/src/resources/init-scripts/gradle-actions.github-dependency-graph-gradle-plugin-apply.groovy index 53e87eea..7e6fc0a8 100644 --- a/sources/src/resources/init-scripts/gradle-actions.github-dependency-graph-gradle-plugin-apply.groovy +++ b/sources/src/resources/init-scripts/gradle-actions.github-dependency-graph-gradle-plugin-apply.groovy @@ -4,7 +4,7 @@ buildscript { return System.getProperty(name) ?: System.getenv(envVarName) } def pluginRepositoryUrl = getInputParam('gradle.plugin-repository.url') ?: 'https://plugins.gradle.org/m2' - def dependencyGraphPluginVersion = getInputParam('dependency-graph-plugin.version') ?: '1.2.1' + def dependencyGraphPluginVersion = getInputParam('dependency-graph-plugin.version') ?: '1.2.2' repositories { maven { url pluginRepositoryUrl }