Skip to content

Commit 410b160

Browse files
authored
[MINOR] commons-beanutils 1.11.0
### What is this PR for? contains fix for CVE-2025-48734 replaces #4935 ### What type of PR is it? Bug Fix Improvement Feature Documentation Hot Fix Refactoring *Please leave your type of PR only* ### Todos * [ ] - Task ### What is the Jira issue? * Open an issue on Jira https://issues.apache.org/jira/browse/ZEPPELIN/ * Put link here, and add [ZEPPELIN-*Jira number*] in PR title, eg. [ZEPPELIN-533] ### How should this be tested? * Strongly recommended: add automated unit tests for any new or changed behavior * Outline any manual steps to test the PR here. ### Screenshots (if appropriate) ### Questions: * Does the license files need to update? * Is there breaking changes for older versions? * Does this needs documentation? Closes #4967 from pjfanning/beanutils. Signed-off-by: Philipp Dallig <philipp.dallig@gmail.com>
1 parent b44841b commit 410b160

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

zeppelin-distribution/src/bin_license/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ The following components are provided under Apache License.
143143
(Apache 2.0) akka-remote (com.typesafe.akka:akka-remote_2.10:2.3.7 - http://akka.io/)
144144
(Apache 2.0) akka-slf4j (com.typesafe.akka:akka-slf4j_2.10:2.3.7 - http://akka.io/)
145145
(Apache 2.0) Metrics Core Library (com.yammer.metrics:metrics-core:2.2.0 - http://metrics.codahale.com/metrics-core/)
146-
(Apache 2.0) Commons BeanUtils Bean Collections (commons-beanutils:commons-beanutils-bean-collections:1.9.4 - http://commons.apache.org/beanutils/)
146+
(Apache 2.0) Commons BeanUtils Bean Collections (commons-beanutils:commons-beanutils-bean-collections:1.11.0 - http://commons.apache.org/beanutils/)
147147
(Apache 2.0) Apache Log4j (log4j:log4j:1.2.17 - http://logging.apache.org/log4j/1.2/)
148148
(Apache 2.0) Apache Avro IPC (org.apache.avro:avro-ipc:1.8.1 - http://avro.apache.org)
149149
(Apache 2.0) Apache Avro Mapred API (org.apache.avro:avro-mapred:1.8.1 - http://avro.apache.org/avro-mapred)

zeppelin-interpreter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<dependency>
9292
<groupId>commons-beanutils</groupId>
9393
<artifactId>commons-beanutils</artifactId>
94-
<version>1.9.4</version>
94+
<version>1.11.0</version>
9595
<exclusions>
9696
<!-- using jcl-over-slf4j instead -->
9797
<exclusion>

zeppelin-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
<dependency>
213213
<groupId>commons-beanutils</groupId>
214214
<artifactId>commons-beanutils</artifactId>
215-
<version>1.9.4</version>
215+
<version>1.11.0</version>
216216
<exclusions>
217217
<!-- using jcl-over-slf4j instead -->
218218
<exclusion>

0 commit comments

Comments
 (0)