We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56ae62e commit 3ef4be2Copy full SHA for 3ef4be2
buildSrc/build.gradle.kts
@@ -66,7 +66,7 @@ dependencies {
66
implementation("net.ltgt.gradle:gradle-nullaway-plugin:2.2.0")
67
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.20")
68
implementation("org.owasp:dependency-check-gradle:12.1.1")
69
- implementation("ru.vyarus:gradle-animalsniffer-plugin:2.0.0")
+ implementation("ru.vyarus:gradle-animalsniffer-plugin:2.0.1")
70
}
71
72
// We can't apply conventions to this build so include important ones such as the Java compilation
0 commit comments