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

jongyoul pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


The following commit(s) were added to refs/heads/master by this push:
     new 571e8d5c7d Bump org.apache.commons:commons-vfs2 from 2.6.0 to 2.10.0 
in /zeppelin-zengine
571e8d5c7d is described below

commit 571e8d5c7d2a0e1de9e6492a23a5c97fc60bc60f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu May 1 19:24:09 2025 +0900

    Bump org.apache.commons:commons-vfs2 from 2.6.0 to 2.10.0 in 
/zeppelin-zengine
    
    Bumps org.apache.commons:commons-vfs2 from 2.6.0 to 2.10.0.
    
    
    [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-vfs2&package-manager=maven&previous-version=2.6.0&new-version=2.10.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 #4919 from 
dependabot[bot]/dependabot/maven/zeppelin-zengine/org.apache.commons-commons-vfs2-2.10.0.
    
    Signed-off-by: Jongyoul Lee <jongy...@gmail.com>
---
 zeppelin-zengine/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zeppelin-zengine/pom.xml b/zeppelin-zengine/pom.xml
index ad908cdeac..04d6725579 100644
--- a/zeppelin-zengine/pom.xml
+++ b/zeppelin-zengine/pom.xml
@@ -38,7 +38,7 @@
     <lucene.version>8.7.0</lucene.version>
     <org.reflections.version>0.9.8</org.reflections.version>
     <xml.apis.version>1.4.01</xml.apis.version>
-    <commons.vfs2.version>2.6.0</commons.vfs2.version>
+    <commons.vfs2.version>2.10.0</commons.vfs2.version>
     <eclipse.jgit.version>4.5.4.201711221230-r</eclipse.jgit.version>
     <eirslett.version>1.6</eirslett.version>
   </properties>

Reply via email to