File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ License Version 2.0:
211
211
- commons-digester-2.1
212
212
- commons-lang3-3.18.0
213
213
- commons-logging-1.3.5
214
- - commons-validator-1.9 .0
214
+ - commons-validator-1.10 .0
215
215
- hash4j-0.22.0
216
216
- jackson-annotations-2.19.0
217
217
- jackson-core-2.19.0
Original file line number Diff line number Diff line change @@ -193,8 +193,6 @@ allprojects {
193
193
// ensure we have a single version in the classpath despite transitive dependencies
194
194
libs. scalaLibrary,
195
195
libs. scalaReflect,
196
- // Workaround before `commons-validator` has new release. See KAFKA-19359.
197
- libs. commonsBeanutils,
198
196
libs. jacksonAnnotations,
199
197
libs. commonsLang
200
198
)
Original file line number Diff line number Diff line change @@ -57,9 +57,8 @@ versions += [
57
57
caffeine : " 3.2.0" ,
58
58
bndlib : " 7.1.0" ,
59
59
checkstyle : project. hasProperty(' checkstyleVersion' ) ? checkstyleVersion : " 10.20.2" ,
60
- commonsBeanutils : " 1.11.0" ,
61
60
commonsLang : " 3.18.0" ,
62
- commonsValidator : " 1.9 .0" ,
61
+ commonsValidator : " 1.10 .0" ,
63
62
classgraph : " 4.8.179" ,
64
63
gradle : " 8.14.3" ,
65
64
grgit : " 4.1.1" ,
@@ -151,7 +150,6 @@ libs += [
151
150
bndlib :" biz.aQute.bnd:biz.aQute.bndlib:$versions . bndlib " ,
152
151
caffeine : " com.github.ben-manes.caffeine:caffeine:$versions . caffeine " ,
153
152
classgraph : " io.github.classgraph:classgraph:$versions . classgraph " ,
154
- commonsBeanutils : " commons-beanutils:commons-beanutils:$versions . commonsBeanutils " ,
155
153
commonsLang : " org.apache.commons:commons-lang3:$versions . commonsLang " ,
156
154
commonsValidator : " commons-validator:commons-validator:$versions . commonsValidator " ,
157
155
jacksonAnnotations : " com.fasterxml.jackson.core:jackson-annotations:$versions . jackson " ,
You can’t perform that action at this time.
0 commit comments