Skip to content

Commit bcc5f41

Browse files
committed
Updated the Dependency Analysis Gradle Plugin to version 2.16.0.
1 parent 66f279b commit bcc5f41

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ dependencyAnalysis {
3737
}
3838
}
3939
}
40+
usage {
41+
analysis {
42+
checkSuperClasses(true)
43+
}
44+
}
45+
useTypesafeProjectAccessors(true)
4046
}
4147

4248
tasks {

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22

33
assertj = "3.27.3"
4-
dependency-analysis-gradle-plugin = "2.15.0"
4+
dependency-analysis-gradle-plugin = "2.16.0"
55
jetbrains-annotations = "23.0.0"
66
jackson = "2.18.3"
77
jackson-kogera = "2.18.3-beta19"

0 commit comments

Comments
 (0)