Skip to content

Commit c6b56f1

Browse files
committed
update commons-lang3 from 3.10 to 3.18
1 parent e5349ed commit c6b56f1

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.13.0'
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'
108108
compile 'org.threeten:threetenbp:1.4.3'
109109
testCompile 'junit:junit:4.13'
110110
}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@
287287
<swagger-core-version>1.5.24</swagger-core-version>
288288
<okhttp-version>3.14.7</okhttp-version>
289289
<gson-version>2.8.9</gson-version>
290-
<commons-lang3-version>3.10</commons-lang3-version>
290+
<commons-lang3-version>3.18</commons-lang3-version>
291291
<threetenbp-version>1.4.3</threetenbp-version>
292292
<javax-annotation-version>1.3.2</javax-annotation-version>
293293
<junit-version>4.13.1</junit-version>

0 commit comments

Comments
 (0)