From a835cbb9913f20367bb3217b3f633d0b115bf1df Mon Sep 17 00:00:00 2001 From: daz Date: Fri, 12 Jan 2024 19:43:59 -0700 Subject: [PATCH] Use latest release of dependency-graph plugin --- ...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 cd50cf1..1582e3b 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 @@ -9,7 +9,7 @@ buildscript { maven { url pluginRepositoryUrl } } dependencies { - classpath "org.gradle:github-dependency-graph-gradle-plugin:1.1.0" + classpath "org.gradle:github-dependency-graph-gradle-plugin:1.1.1" } } apply plugin: org.gradle.github.GitHubDependencyGraphPlugin