File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -206,11 +206,11 @@ This project bundles some components that are also licensed under the Apache
206
206
License Version 2.0:
207
207
208
208
- caffeine-3.2.0
209
- - commons-beanutils-1.9.4
209
+ - commons-beanutils-1.11.0
210
210
- commons-collections-3.2.2
211
211
- commons-digester-2.1
212
212
- commons-lang3-3.12.0
213
- - commons-logging-1.3.2
213
+ - commons-logging-1.3.5
214
214
- commons-validator-1.9.0
215
215
- hash4j-0.22.0
216
216
- jackson-annotations-2.19.0
Original file line number Diff line number Diff line change @@ -193,6 +193,8 @@ 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,
196
198
libs. jacksonAnnotations
197
199
)
198
200
}
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ 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" ,
60
61
commonsValidator : " 1.9.0" ,
61
62
classgraph : " 4.8.179" ,
62
63
gradle : " 8.14.1" ,
@@ -147,6 +148,7 @@ libs += [
147
148
bndlib :" biz.aQute.bnd:biz.aQute.bndlib:$versions . bndlib " ,
148
149
caffeine : " com.github.ben-manes.caffeine:caffeine:$versions . caffeine " ,
149
150
classgraph : " io.github.classgraph:classgraph:$versions . classgraph " ,
151
+ commonsBeanutils : " commons-beanutils:commons-beanutils:$versions . commonsBeanutils " ,
150
152
commonsValidator : " commons-validator:commons-validator:$versions . commonsValidator " ,
151
153
jacksonAnnotations : " com.fasterxml.jackson.core:jackson-annotations:$versions . jackson " ,
152
154
jacksonDatabind : " com.fasterxml.jackson.core:jackson-databind:$versions . jackson " ,
You can’t perform that action at this time.
0 commit comments