Skip to content

Commit a759822

Browse files
authored
MINOR: Bump commons beanutils39 (apache#19949)
trunk PR: apache#19939 Bump the commons-beanutils for GHSA-wxr5-93ph-8wr9. Since commons-validator hasn't had new release with newer commons-beanutils versions, we manually bump it in kafka. Reviewers: Chia-Ping Tsai <[email protected]>
1 parent 50df284 commit a759822

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

LICENSE-binary

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,13 +207,13 @@ License Version 2.0:
207207

208208
audience-annotations-0.12.0
209209
caffeine-2.9.3
210-
commons-beanutils-1.9.4
210+
commons-beanutils-1.11.0
211211
commons-cli-1.4
212212
commons-collections-3.2.2
213213
commons-digester-2.1
214214
commons-io-2.14.0
215215
commons-lang3-3.12.0
216-
commons-logging-1.2
216+
commons-logging-1.3.5
217217
commons-validator-1.7
218218
error_prone_annotations-2.10.0
219219
jackson-annotations-2.16.2

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,9 @@ allprojects {
162162
libs.nettyHandler,
163163
libs.nettyTransportNativeEpoll,
164164
// 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,
166168
)
167169
}
168170
}

gradle/dependencies.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ versions += [
9191
checkstyle: "8.36.2",
9292
commonsCli: "1.4",
9393
commonsIo: "2.14.0", // ZooKeeper dependency. Do not use, this is going away.
94+
commonsBeanutils: "1.11.0",
9495
commonsValidator: "1.7",
9596
dropwizardMetrics: "4.1.12.1",
9697
gradle: "8.10.2",
@@ -182,6 +183,7 @@ libs += [
182183
caffeine: "com.github.ben-manes.caffeine:caffeine:$versions.caffeine",
183184
commonsCli: "commons-cli:commons-cli:$versions.commonsCli",
184185
commonsIo: "commons-io:commons-io:$versions.commonsIo",
186+
commonsBeanutils: "commons-beanutils:commons-beanutils:$versions.commonsBeanutils",
185187
commonsValidator: "commons-validator:commons-validator:$versions.commonsValidator",
186188
jacksonAnnotations: "com.fasterxml.jackson.core:jackson-annotations:$versions.jackson",
187189
jacksonDatabind: "com.fasterxml.jackson.core:jackson-databind:$versions.jackson",

0 commit comments

Comments
 (0)