Update to dep-graph plugin 0.4.1

This commit is contained in:
daz 2023-09-29 13:21:31 -06:00
parent 5658338fb0
commit 324fbdc804
No known key found for this signature in database

View file

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