This is an automated email from the ASF dual-hosted git repository.

chengpan pushed a commit to branch branch-0.12
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


The following commit(s) were added to refs/heads/branch-0.12 by this push:
     new 6f1cce74cd [ZEPPELIN-6239] Bump commons-lang3 from 3.14.0 to 3.18.0
6f1cce74cd is described below

commit 6f1cce74cdf4f550e022718ffb7941c801d497f2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 14 02:19:37 2025 +0800

    [ZEPPELIN-6239] Bump commons-lang3 from 3.14.0 to 3.18.0
    
    Bumps org.apache.commons:commons-lang3 from 3.14.0 to 3.18.0.
    
    [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-lang3&package-manager=maven&previous-version=3.14.0&new-version=3.18.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`<at>dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `<at>dependabot rebase` will rebase this PR
    - `<at>dependabot recreate` will recreate this PR, overwriting any edits 
that have been made to it
    - `<at>dependabot merge` will merge this PR after your CI passes on it
    - `<at>dependabot squash and merge` will squash and merge this PR after 
your CI passes on it
    - `<at>dependabot cancel merge` will cancel a previously requested merge 
and block automerging
    - `<at>dependabot reopen` will reopen this PR if it is closed
    - `<at>dependabot close` will close this PR and stop Dependabot recreating 
it. You can achieve the same result by closing it manually
    - `<at>dependabot show <dependency name> ignore conditions` will show all 
of the ignore conditions of the specified dependency
    - `<at>dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
    - `<at>dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
    - `<at>dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/zeppelin/network/alerts).
    
    </details>
    
    Closes #4961 from 
dependabot[bot]/dependabot/maven/org.apache.commons-commons-lang3-3.18.0.
    
    Signed-off-by: Cheng Pan <cheng...@apache.org>
    (cherry picked from commit 05a9f55e80ac44578521bc488a75a3152f076529)
    Signed-off-by: Cheng Pan <cheng...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d8e2e567cc..4717b9bc05 100644
--- a/pom.xml
+++ b/pom.xml
@@ -128,7 +128,7 @@
     <httpcomponents.client.version>4.5.13</httpcomponents.client.version>
     
<httpcomponents.asyncclient.version>4.0.2</httpcomponents.asyncclient.version>
     <commons.compress.version>1.26.1</commons.compress.version>
-    <commons.lang3.version>3.14.0</commons.lang3.version>
+    <commons.lang3.version>3.18.0</commons.lang3.version>
     <commons.text.version>1.10.0</commons.text.version>
     <commons.configuration2.version>2.10.1</commons.configuration2.version>
     <commons.exec.version>1.3</commons.exec.version>

Reply via email to