diff --git a/build.gradle b/build.gradle index e5a7066..8a34b20 100644 --- a/build.gradle +++ b/build.gradle @@ -104,7 +104,7 @@ dependencies { compile 'com.squareup.okhttp3:logging-interceptor:3.14.7' compile 'com.google.code.gson:gson:2.13.0' compile 'io.gsonfire:gson-fire:1.8.4' - compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.10' + compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.18.0' compile 'org.threeten:threetenbp:1.4.3' testCompile 'junit:junit:4.13' } diff --git a/build.sbt b/build.sbt index 371cf7f..fc6a5b0 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ lazy val root = (project in file(".")). "com.squareup.okhttp3" % "okhttp" % "3.14.7", "com.squareup.okhttp3" % "logging-interceptor" % "3.14.7", "com.google.code.gson" % "gson" % "2.8.6", - "org.apache.commons" % "commons-lang3" % "3.10", + "org.apache.commons" % "commons-lang3" % "3.18.0", "org.threeten" % "threetenbp" % "1.4.3" % "compile", "io.gsonfire" % "gson-fire" % "1.8.3" % "compile", "javax.annotation" % "javax.annotation-api" % "1.3.2" % "compile", diff --git a/pom.xml b/pom.xml index ddb5564..bd76e1c 100644 --- a/pom.xml +++ b/pom.xml @@ -287,7 +287,7 @@ 1.5.24 3.14.7 2.8.9 - 3.10 + 3.18.0 1.4.3 1.3.2 4.13.1