Update jsr305 to 2.0.3 (#18)

This commit is contained in:
Scala steward 2019-01-13 23:50:50 +01:00 committed by Alexandre Archambault
parent da203ab116
commit c15ab4b130
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.2",
"com.google.code.findbugs" % "jsr305" % "2.0.3",
"org.ow2.asm" % "asm-commons" % "5.2",
"org.ow2.asm" % "asm-util" % "5.2",
"org.slf4j" % "slf4j-api" % "1.7.25"