Skip to content

Commit 1eb460d

Browse files
vjkoskelaCapstan
authored andcommitted
Update jsr305 dependency
1 parent 4ff8ec3 commit 1eb460d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies {
4444
compile(group: "com.github.fge", name: "uri-template", version: "0.9");
4545
// FIXME: no javadoc
4646
compile(group: "org.mozilla", name: "rhino", version: "1.7.7.1");
47-
compile(group: "com.google.code.findbugs", name: "jsr305", version: "3.0.1");
47+
compile(group: "com.google.code.findbugs", name: "jsr305", version: "3.0.2");
4848
testCompile(group: "org.testng", name: "testng", version: "6.10") {
4949
exclude(group: "junit", module: "junit");
5050
exclude(group: "org.beanshell", module: "bsh");

0 commit comments

Comments
 (0)