We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f153c9 commit 266adcbCopy full SHA for 266adcb
dts-generator/build.gradle
@@ -24,9 +24,9 @@ allprojects {
24
}
25
26
dependencies {
27
- implementation 'org.apache.bcel:bcel:6.2'
+ implementation 'org.apache.bcel:bcel:6.4.1'
28
implementation 'commons-io:commons-io:2.6'
29
- implementation 'com.google.code.findbugs:findbugs:3.0.1'
+ implementation 'com.github.spotbugs:spotbugs:3.1.12'
30
31
// add your dependency here as the example bellow, make sure you are using testCompileOnly
32
// testCompileOnly "com.android.support:support-v4:27.0.1"
0 commit comments