File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ commons-cli-1.4
212
212
commons-collections-3.2.2
213
213
commons-digester-2.1
214
214
commons-io-2.14.0
215
- commons-lang3-3.12 .0
215
+ commons-lang3-3.18 .0
216
216
commons-logging-1.3.5
217
217
commons-validator-1.7
218
218
error_prone_annotations-2.10.0
Original file line number Diff line number Diff line change @@ -165,6 +165,7 @@ allprojects {
165
165
libs. reload4j,
166
166
// Workaround before `commons-validator` has new release. See KAFKA-19359.
167
167
libs. commonsBeanutils,
168
+ libs. commonsLang
168
169
)
169
170
}
170
171
}
Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ versions += [
92
92
commonsCli : " 1.4" ,
93
93
commonsIo : " 2.14.0" , // ZooKeeper dependency. Do not use, this is going away.
94
94
commonsBeanutils : " 1.11.0" ,
95
+ commonsLang : " 3.18.0" ,
95
96
commonsValidator : " 1.7" ,
96
97
dropwizardMetrics : " 4.1.12.1" ,
97
98
gradle : " 8.10.2" ,
@@ -184,6 +185,7 @@ libs += [
184
185
commonsCli : " commons-cli:commons-cli:$versions . commonsCli " ,
185
186
commonsIo : " commons-io:commons-io:$versions . commonsIo " ,
186
187
commonsBeanutils : " commons-beanutils:commons-beanutils:$versions . commonsBeanutils " ,
188
+ commonsLang : " org.apache.commons:commons-lang3:$versions . commonsLang " ,
187
189
commonsValidator : " commons-validator:commons-validator:$versions . commonsValidator " ,
188
190
jacksonAnnotations : " com.fasterxml.jackson.core:jackson-annotations:$versions . jackson " ,
189
191
jacksonDatabind : " com.fasterxml.jackson.core:jackson-databind:$versions . jackson " ,
You can’t perform that action at this time.
0 commit comments