File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ License Version 2.0:
209
209
- commons-beanutils-1.11.0
210
210
- commons-collections-3.2.2
211
211
- commons-digester-2.1
212
- - commons-lang3-3.12 .0
212
+ - commons-lang3-3.18 .0
213
213
- commons-logging-1.3.5
214
214
- commons-validator-1.9.0
215
215
- jackson-annotations-2.16.2
Original file line number Diff line number Diff line change @@ -199,7 +199,8 @@ allprojects {
199
199
libs. scalaReflect,
200
200
// Workaround before `commons-validator` has new release. See KAFKA-19359.
201
201
libs. commonsBeanutils,
202
- libs. jacksonAnnotations
202
+ libs. jacksonAnnotations,
203
+ libs. commonsLang
203
204
)
204
205
}
205
206
}
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ versions += [
61
61
bndlib : " 7.0.0" ,
62
62
checkstyle : project. hasProperty(' checkstyleVersion' ) ? checkstyleVersion : " 10.20.2" ,
63
63
commonsBeanutils : " 1.11.0" ,
64
+ commonsLang : " 3.18.0" ,
64
65
commonsValidator : " 1.9.0" ,
65
66
classgraph : " 4.8.173" ,
66
67
gradle : " 8.10.2" ,
@@ -150,6 +151,7 @@ libs += [
150
151
caffeine : " com.github.ben-manes.caffeine:caffeine:$versions . caffeine " ,
151
152
classgraph : " io.github.classgraph:classgraph:$versions . classgraph " ,
152
153
commonsBeanutils : " commons-beanutils:commons-beanutils:$versions . commonsBeanutils " ,
154
+ commonsLang : " org.apache.commons:commons-lang3:$versions . commonsLang " ,
153
155
commonsValidator : " commons-validator:commons-validator:$versions . commonsValidator " ,
154
156
jacksonAnnotations : " com.fasterxml.jackson.core:jackson-annotations:$versions . jackson " ,
155
157
jacksonDatabind : " com.fasterxml.jackson.core:jackson-databind:$versions . jackson " ,
You can’t perform that action at this time.
0 commit comments