@@ -10,13 +10,13 @@ lazy val root = (project in file(".")).
1010 resolvers += Resolver .mavenLocal,
1111 libraryDependencies ++= Seq (
1212 " io.swagger.core.v3" % " swagger-annotations" % " 2.0.0" ,
13- " org.glassfish.jersey.core" % " jersey-client" % " 2.25.1 " ,
14- " org.glassfish.jersey.media" % " jersey-media-multipart" % " 2.25.1 " ,
15- " org.glassfish.jersey.media" % " jersey-media-json-jackson" % " 2.25.1 " ,
16- " com.fasterxml.jackson.core" % " jackson-core" % " 2.9.10 " % " compile" ,
17- " com.fasterxml.jackson.core" % " jackson-annotations" % " 2.9.10 " % " compile" ,
18- " com.fasterxml.jackson.core" % " jackson-databind" % " 2.9.10 " % " compile" ,
19- " com.fasterxml.jackson.datatype" % " jackson-datatype-jsr310" % " 2.9.10 " % " compile" ,
13+ " org.glassfish.jersey.core" % " jersey-client" % " 2.26 " ,
14+ " org.glassfish.jersey.media" % " jersey-media-multipart" % " 2.26 " ,
15+ " org.glassfish.jersey.media" % " jersey-media-json-jackson" % " 2.26 " ,
16+ " com.fasterxml.jackson.core" % " jackson-core" % " 2.10.1 " % " compile" ,
17+ " com.fasterxml.jackson.core" % " jackson-annotations" % " 2.10.1 " % " compile" ,
18+ " com.fasterxml.jackson.core" % " jackson-databind" % " 2.10.1 " % " compile" ,
19+ " com.fasterxml.jackson.datatype" % " jackson-datatype-jsr310" % " 2.10.1 " % " compile" ,
2020 " org.apache.commons" % " commons-lang3" % " 3.6" ,
2121 " commons-io" % " commons-io" % " 2.5" ,
2222 " junit" % " junit" % " 4.12" % " test" ,
0 commit comments