From 8c7f3ffba4042e38a9b017ec1433452e674e4403 Mon Sep 17 00:00:00 2001 From: Daz DeBoer Date: Tue, 27 Jan 2026 14:01:25 -0700 Subject: [PATCH] Bump to v1.4.1 of the dependency-submission 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 92b06369..1cbb58f3 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.4.0' + def dependencyGraphPluginVersion = getInputParam('dependency-graph-plugin.version') ?: '1.4.1' logger.lifecycle("Resolving dependency graph plugin ${dependencyGraphPluginVersion} from plugin repository: ${pluginRepositoryUrl}") repositories {