| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -18,7 +18,7 @@ task ciTest( type: Test ) { | |||
| 18 | 18 | ||
| 19 | 19 | dependencies { | |
| 20 | 20 | compile project(':cloudinary-core') | |
| 21 | - compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.1' | ||
| 21 | + compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.18.0' | ||
| 22 | 22 | api group: 'org.apache.httpcomponents.client5', name: 'httpclient5', version: '5.3.1' | |
| 23 | 23 | api group: 'org.apache.httpcomponents.core5', name: 'httpcore5', version: '5.2.5' | |
| 24 | 24 | testCompile project(':cloudinary-test-common') | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,7 @@ task ciTest( type: Test ) | |||
| 11 | 11 | ||
| 12 | 12 | dependencies { | |
| 13 | 13 | compile project(':cloudinary-core') | |
| 14 | - compile group: 'org.apache.commons', name: 'commons-lang3', version:'3.1' | ||
| 14 | + compile group: 'org.apache.commons', name: 'commons-lang3', version:'3.18.0' | ||
| 15 | 15 | testCompile group: 'org.hamcrest', name: 'java-hamcrest', version:'2.0.0.0' | |
| 16 | 16 | testCompile group: 'pl.pragmatists', name: 'JUnitParams', version:'1.0.5' | |
| 17 | 17 | testCompile group: 'junit', name: 'junit', version:'4.12' | |
| Back | FazBrowse Home | New Git URL |
0 commit comments