Upgrade commons-codec dependency version to 1.10
This commit is contained in:
parent
a1407c71d1
commit
b10237ebad
@ -55,7 +55,7 @@ libraryDependencies ++= {
|
||||
"org.pegdown" % "pegdown" % "1.4.0",
|
||||
"junit" % "junit" % "4.11",
|
||||
"com.etaty.rediscala" %% "rediscala" % "1.4.0",
|
||||
"commons-codec" % "commons-codec" % "1.8",
|
||||
"commons-codec" % "commons-codec" % "1.10",
|
||||
"joda-time" % "joda-time" % "2.3",
|
||||
"com.google.code.gson" % "gson" % "2.5",
|
||||
"redis.clients" % "jedis" % "2.7.2",
|
||||
|
@ -47,7 +47,7 @@ libraryDependencies ++= {
|
||||
"org.pegdown" % "pegdown" % "1.4.0",
|
||||
"junit" % "junit" % "4.11",
|
||||
"com.etaty.rediscala" %% "rediscala" % "1.4.0",
|
||||
"commons-codec" % "commons-codec" % "1.8",
|
||||
"commons-codec" % "commons-codec" % "1.10",
|
||||
"joda-time" % "joda-time" % "2.3",
|
||||
"com.google.code.gson" % "gson" % "1.7.1",
|
||||
"redis.clients" % "jedis" % "2.1.0",
|
||||
|
@ -44,7 +44,7 @@ libraryDependencies ++= {
|
||||
// "org.pegdown" % "pegdown" % "1.4.0",
|
||||
// "junit" % "junit" % "4.11",
|
||||
// "com.etaty.rediscala" %% "rediscala" % "1.4.0",
|
||||
"commons-codec" % "commons-codec" % "1.8",
|
||||
"commons-codec" % "commons-codec" % "1.10",
|
||||
"redis.clients" % "jedis" % "2.7.2",
|
||||
// "org.apache.commons" % "commons-lang3" % "3.2",
|
||||
"org.apache.commons" % "commons-pool2" % "2.3",
|
||||
|
@ -19,6 +19,7 @@ dependencies {
|
||||
|
||||
compile 'commons-lang:commons-lang:2.5'
|
||||
compile 'commons-io:commons-io:2.4'
|
||||
compile 'commons-codec:commons-codec:1.10'
|
||||
compile 'com.google.code.gson:gson:1.7.1'
|
||||
compile 'commons-httpclient:commons-httpclient:3.1'
|
||||
compile 'com.zaxxer:nuprocess:1.1.0'
|
||||
|
Loading…
Reference in New Issue
Block a user