From 2262487821a8594400050d7a5ef5bac03720a70a Mon Sep 17 00:00:00 2001 From: daz Date: Mon, 12 Feb 2024 21:35:17 -0700 Subject: [PATCH] Use v1.2.2 of 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 53e87ee..7e6fc0a 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 }