File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -207,13 +207,13 @@ License Version 2.0:
207
207
208
208
audience-annotations-0.12.0
209
209
caffeine-2.9.3
210
- commons-beanutils-1.9.4
210
+ commons-beanutils-1.11.0
211
211
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
215
commons-lang3-3.12.0
216
- commons-logging-1.2
216
+ commons-logging-1.3.5
217
217
commons-validator-1.7
218
218
error_prone_annotations-2.10.0
219
219
jackson-annotations-2.16.2
Original file line number Diff line number Diff line change @@ -162,7 +162,9 @@ allprojects {
162
162
libs. nettyHandler,
163
163
libs. nettyTransportNativeEpoll,
164
164
// be explicit about the reload4j version instead of relying on the transitive versions
165
- libs. reload4j
165
+ libs. reload4j,
166
+ // Workaround before `commons-validator` has new release. See KAFKA-19359.
167
+ libs. commonsBeanutils,
166
168
)
167
169
}
168
170
}
Original file line number Diff line number Diff line change @@ -91,6 +91,7 @@ versions += [
91
91
checkstyle : " 8.36.2" ,
92
92
commonsCli : " 1.4" ,
93
93
commonsIo : " 2.14.0" , // ZooKeeper dependency. Do not use, this is going away.
94
+ commonsBeanutils : " 1.11.0" ,
94
95
commonsValidator : " 1.7" ,
95
96
dropwizardMetrics : " 4.1.12.1" ,
96
97
gradle : " 8.10.2" ,
@@ -182,6 +183,7 @@ libs += [
182
183
caffeine : " com.github.ben-manes.caffeine:caffeine:$versions . caffeine " ,
183
184
commonsCli : " commons-cli:commons-cli:$versions . commonsCli " ,
184
185
commonsIo : " commons-io:commons-io:$versions . commonsIo " ,
186
+ commonsBeanutils : " commons-beanutils:commons-beanutils:$versions . commonsBeanutils " ,
185
187
commonsValidator : " commons-validator:commons-validator:$versions . commonsValidator " ,
186
188
jacksonAnnotations : " com.fasterxml.jackson.core:jackson-annotations:$versions . jackson " ,
187
189
jacksonDatabind : " com.fasterxml.jackson.core:jackson-databind:$versions . jackson " ,
You can’t perform that action at this time.
0 commit comments