Update dependencies

This commit is contained in:
Emux
2019-09-18 21:11:15 +03:00
parent 055cd54beb
commit c91833519e
11 changed files with 65 additions and 33 deletions

View File

@@ -3,7 +3,7 @@ apply plugin: 'maven'
dependencies {
api "org.slf4j:slf4j-api:$slf4jVersion"
compileOnly 'com.google.code.findbugs:jsr305:3.0.1'
compileOnly 'com.google.code.findbugs:jsr305:3.0.2'
}
sourceSets {