From 324fbdc80431d93f6d469e4cc3f88fb2e741b98b Mon Sep 17 00:00:00 2001 From: daz Date: Fri, 29 Sep 2023 13:21:31 -0600 Subject: [PATCH] Update to dep-graph plugin 0.4.1 --- ...ld-action.github-dependency-graph-gradle-plugin-apply.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resources/init-scripts/gradle-build-action.github-dependency-graph-gradle-plugin-apply.groovy b/src/resources/init-scripts/gradle-build-action.github-dependency-graph-gradle-plugin-apply.groovy index 7287d25..5b40aca 100644 --- a/src/resources/init-scripts/gradle-build-action.github-dependency-graph-gradle-plugin-apply.groovy +++ b/src/resources/init-scripts/gradle-build-action.github-dependency-graph-gradle-plugin-apply.groovy @@ -3,7 +3,7 @@ buildscript { maven { url "https://plugins.gradle.org/m2/" } } dependencies { - classpath "org.gradle:github-dependency-graph-gradle-plugin:0.4.0" + classpath "org.gradle:github-dependency-graph-gradle-plugin:0.4.1" } } apply plugin: org.gradle.github.GitHubDependencyGraphPlugin