Update jsr305 to 3.0.2 (#25)

This commit is contained in:
Scala steward 2019-01-16 09:48:21 +01:00 committed by Alexandre Archambault
parent 9f396db6c1
commit c8e18af3ef
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ lazy val `sbt-shading` = project
libraryDependencies += "io.get-coursier.jarjar" % "jarjar-core" % "1.0.1-coursier-1" % "shaded",
// dependencies of jarjar-core - directly depending on these so that they don't get shaded
libraryDependencies ++= Seq(
"com.google.code.findbugs" % "jsr305" % "2.0.3",
"com.google.code.findbugs" % "jsr305" % "3.0.2",
"org.ow2.asm" % "asm-commons" % "7.0",
"org.ow2.asm" % "asm-util" % "7.0",
"org.slf4j" % "slf4j-api" % "1.7.25"