Skip to content

Commit 266adcb

Browse files
authored
update bcel and findbugs->spotbugs (#52)
1 parent 0f153c9 commit 266adcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dts-generator/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ allprojects {
2424
}
2525

2626
dependencies {
27-
implementation 'org.apache.bcel:bcel:6.2'
27+
implementation 'org.apache.bcel:bcel:6.4.1'
2828
implementation 'commons-io:commons-io:2.6'
29-
implementation 'com.google.code.findbugs:findbugs:3.0.1'
29+
implementation 'com.github.spotbugs:spotbugs:3.1.12'
3030

3131
// add your dependency here as the example bellow, make sure you are using testCompileOnly
3232
// testCompileOnly "com.android.support:support-v4:27.0.1"

0 commit comments

Comments
 (0)