File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 9090
9191 <aws-kotlin .version>1.4.125</aws-kotlin .version>
9292
93- <commons-codec .version>1.15 </commons-codec .version>
93+ <commons-codec .version>1.19.0 </commons-codec .version>
9494 <commons-compress .version>1.28.0</commons-compress .version>
9595 <commons-io .version>2.20.0</commons-io .version>
96+ <commons-lang3 .version>3.18.0</commons-lang3 .version>
9697 <httpclient .version>4.5.14</httpclient .version>
9798 <httpmime .version>4.5.14</httpmime .version>
9899 <httpcore .version>4.4.16</httpcore .version>
246247 <artifactId >commons-compress</artifactId >
247248 <version >${commons-compress.version} </version >
248249 </dependency >
250+ <dependency >
251+ <groupId >org.apache.commons</groupId >
252+ <artifactId >commons-lang3</artifactId >
253+ <version >${commons-lang3.version} </version >
254+ </dependency >
255+ <dependency >
256+ <groupId >commons-codec</groupId >
257+ <artifactId >commons-codec</artifactId >
258+ <version >${commons-codec.version} </version >
259+ </dependency >
249260 <dependency >
250261 <groupId >org.testng</groupId >
251262 <artifactId >testng</artifactId >
You can’t perform that action at this time.
0 commit comments