@@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
22 settings(
33 organization := " com.bandwidth.sdk" ,
44 name := " bandwidth-sdk" ,
5- version := " 10. 1.0" ,
5+ version := " 1.0.0-dev " ,
66 scalaVersion := " 2.11.4" ,
77 scalacOptions ++= Seq (" -feature" ),
88 javacOptions in compile ++= Seq (" -Xlint:deprecation" ),
@@ -13,15 +13,14 @@ lazy val root = (project in file(".")).
1313 " com.squareup.okhttp3" % " okhttp" % " 4.12.0" ,
1414 " com.squareup.okhttp3" % " logging-interceptor" % " 4.12.0" ,
1515 " com.google.code.gson" % " gson" % " 2.9.1" ,
16- " org.apache.commons" % " commons-lang3" % " 3.12.0" ,
17- " javax.ws.rs" % " jsr311-api" % " 1.1.1" ,
18- " javax.ws.rs" % " javax.ws.rs-api" % " 2.1.1" ,
16+ " org.apache.commons" % " commons-lang3" % " 3.17.0" ,
17+ " jakarta.ws.rs" % " jakarta.ws.rs-api" % " 2.1.6" ,
1918 " org.openapitools" % " jackson-databind-nullable" % " 0.2.6" ,
2019 " io.gsonfire" % " gson-fire" % " 1.9.0" % " compile" ,
2120 " jakarta.annotation" % " jakarta.annotation-api" % " 1.3.5" % " compile" ,
2221 " com.google.code.findbugs" % " jsr305" % " 3.0.2" % " compile" ,
2322 " jakarta.annotation" % " jakarta.annotation-api" % " 1.3.5" % " compile" ,
24- " org.junit.jupiter" % " junit-jupiter-api" % " 5.10.2 " % " test" ,
23+ " org.junit.jupiter" % " junit-jupiter-api" % " 5.10.3 " % " test" ,
2524 " com.novocode" % " junit-interface" % " 0.10" % " test" ,
2625 " org.mockito" % " mockito-core" % " 3.12.4" % " test"
2726 )
0 commit comments