Use latest release of dependency-graph plugin

This commit is contained in:
daz 2024-01-12 19:43:59 -07:00
parent ee4d92bb22
commit a835cbb991
No known key found for this signature in database

View file

@ -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