Skip to content

Commit 5f2683d

Browse files
committed
revert commons-lang3 downgrade
1 parent 62cae25 commit 5f2683d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ dependencies {
104104
compile 'com.squareup.okhttp3:logging-interceptor:3.14.7'
105105
compile 'com.google.code.gson:gson:2.8.6'
106106
compile 'io.gsonfire:gson-fire:1.8.4'
107-
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.10'
107+
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.18.0'
108108
compile 'org.threeten:threetenbp:1.4.3'
109109
testCompile 'junit:junit:4.13'
110110
}

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ lazy val root = (project in file(".")).
1313
"com.squareup.okhttp3" % "okhttp" % "3.14.7",
1414
"com.squareup.okhttp3" % "logging-interceptor" % "3.14.7",
1515
"com.google.code.gson" % "gson" % "2.8.6",
16-
"org.apache.commons" % "commons-lang3" % "3.10",
16+
"org.apache.commons" % "commons-lang3" % "3.18.0",
1717
"org.threeten" % "threetenbp" % "1.4.3" % "compile",
1818
"io.gsonfire" % "gson-fire" % "1.8.3" % "compile",
1919
"javax.annotation" % "javax.annotation-api" % "1.3.2" % "compile",

0 commit comments

Comments
 (0)