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 @@ -207,13 +207,13 @@ License Version 2.0:
207207
208208audience-annotations-0.12.0
209209caffeine-2.9.3
210- commons-beanutils-1.9.4
210+ commons-beanutils-1.11.0
211211commons-cli-1.4
212212commons-collections-3.2.2
213213commons-digester-2.1
214214commons-io-2.11.0
215215commons-lang3-3.8.1
216- commons-logging-1.2
216+ commons-logging-1.3.5
217217commons-validator-1.7
218218error_prone_annotations-2.10.0
219219jackson-annotations-2.13.5
Original file line number Diff line number Diff line change @@ -165,6 +165,8 @@ allprojects {
165165 // ensure we have a single version in the classpath despite transitive dependencies
166166 libs. scalaLibrary,
167167 libs. scalaReflect,
168+ // Workaround before `commons-validator` has new release. See KAFKA-19359.
169+ libs. commonsBeanutils,
168170 libs. jacksonAnnotations,
169171 // be explicit about the Netty dependency version instead of relying on the version set by
170172 // ZooKeeper (potentially older and containing CVEs)
Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ versions += [
8080 bcpkix : " 1.77" ,
8181 caffeine : " 2.9.3" , // 3.x supports JDK 11 and above
8282 checkstyle : " 8.36.2" ,
83+ commonsBeanutils : " 1.11.0" ,
8384 commonsCli : " 1.4" ,
8485 commonsIo : " 2.16.0" , // ZooKeeper dependency. Do not use, this is going away.
8586 commonsValidator : " 1.7" ,
@@ -168,6 +169,7 @@ libs += [
168169 bcpkix : " org.bouncycastle:bcpkix-jdk18on:$versions . bcpkix " ,
169170 caffeine : " com.github.ben-manes.caffeine:caffeine:$versions . caffeine " ,
170171 commonsCli : " commons-cli:commons-cli:$versions . commonsCli " ,
172+ commonsBeanutils : " commons-beanutils:commons-beanutils:$versions . commonsBeanutils " ,
171173 commonsValidator : " commons-validator:commons-validator:$versions . commonsValidator " ,
172174 commonsCodec : " commons-codec:commons-codec:$versions . commonsCodec " ,
173175 commonsIo : " commons-io:commons-io:$versions . commonsIo " ,
You can’t perform that action at this time.
0 commit comments