@@ -9,22 +9,23 @@ lazy val root = (project in file(".")).
9
9
publishArtifact in (Compile, packageDoc) := false,
10
10
resolvers += Resolver.mavenLocal,
11
11
libraryDependencies ++= Seq(
12
- "io.swagger" % "swagger-annotations" % "1.5.22 ",
13
- "com.squareup.okhttp3" % "okhttp" % "3.14.2 ",
14
- "com.squareup.okhttp3" % "logging-interceptor" % "3.14.2 ",
15
- "com.google.code.gson" % "gson" % "2.8.5 ",
16
- "org.apache.commons" % "commons-lang3" % "3.9 ",
12
+ "io.swagger" % "swagger-annotations" % "1.5.24 ",
13
+ "com.squareup.okhttp3" % "okhttp" % "3.14.7 ",
14
+ "com.squareup.okhttp3" % "logging-interceptor" % "3.14.7 ",
15
+ "com.google.code.gson" % "gson" % "2.8.6 ",
16
+ "org.apache.commons" % "commons-lang3" % "3.10 ",
17
17
{ {#hasOAuthMethods} }
18
18
"org.apache.oltu.oauth2" % "org.apache.oltu.oauth2.client" % "1.0.1",
19
19
{ {/hasOAuthMethods} }
20
20
{ {#joda} }
21
21
"joda-time" % "joda-time" % "2.9.9" % "compile",
22
22
{ {/joda} }
23
23
{ {#threetenbp} }
24
- "org.threeten" % "threetenbp" % "1.4.0 " % "compile",
24
+ "org.threeten" % "threetenbp" % "1.4.3 " % "compile",
25
25
{ {/threetenbp} }
26
26
"io.gsonfire" % "gson-fire" % "1.8.3" % "compile",
27
- "javax.annotation" % "jsr250-api" % "1.0" % "compile",
27
+ "javax.annotation" % "javax.annotation-api" % "1.3.2" % "compile",
28
+ "com.google.code.findbugs" % "jsr305" % "3.0.2" % "compile",
28
29
"junit" % "junit" % "4.13" % "test",
29
30
"com.novocode" % "junit-interface" % "0.10" % "test"
30
31
)
0 commit comments