We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ff8ec3 commit 1eb460dCopy full SHA for 1eb460d
build.gradle
@@ -44,7 +44,7 @@ dependencies {
44
compile(group: "com.github.fge", name: "uri-template", version: "0.9");
45
// FIXME: no javadoc
46
compile(group: "org.mozilla", name: "rhino", version: "1.7.7.1");
47
- compile(group: "com.google.code.findbugs", name: "jsr305", version: "3.0.1");
+ compile(group: "com.google.code.findbugs", name: "jsr305", version: "3.0.2");
48
testCompile(group: "org.testng", name: "testng", version: "6.10") {
49
exclude(group: "junit", module: "junit");
50
exclude(group: "org.beanshell", module: "bsh");
0 commit comments