From a97b588d8e9ea3d92a2e7238686c8c5ca0cd6614 Mon Sep 17 00:00:00 2001 From: daz Date: Sun, 28 Jan 2024 14:15:00 -0700 Subject: [PATCH] Bump to use v1.2.0 of the dep-graph plugin --- ...e-actions.github-dependency-graph-gradle-plugin-apply.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c33079ab..1b326d1a 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.1.1' + def dependencyGraphPluginVersion = getInputParam('dependency-graph-plugin.version') ?: '1.2.0' repositories { maven { url pluginRepositoryUrl }