From a5a8ae93613cf5623b1312e4afb829c37aa8612c Mon Sep 17 00:00:00 2001 From: Daz DeBoer Date: Thu, 4 Apr 2024 11:34:27 -0600 Subject: [PATCH] Bump to v1.3.0 of the dependency-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 eb858f4d..ce1c3ac2 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 @@ -6,7 +6,7 @@ buildscript { def pluginRepositoryUrl = getInputParam('gradle.plugin-repository.url') ?: 'https://plugins.gradle.org/m2' def pluginRepositoryUsername = getInputParam('gradle.plugin-repository.username') def pluginRepositoryPassword = getInputParam('gradle.plugin-repository.password') - def dependencyGraphPluginVersion = getInputParam('dependency-graph-plugin.version') ?: '1.2.2' + def dependencyGraphPluginVersion = getInputParam('dependency-graph-plugin.version') ?: '1.3.0' logger.lifecycle("Resolving dependency graph plugin ${dependencyGraphPluginVersion} from plugin repository: ${pluginRepositoryUrl}") repositories {