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

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


The following commit(s) were added to refs/heads/master by this push:
     new 35941ed37 [KYUUBI #6586] Bump commons-io to 2.16.1
35941ed37 is described below

commit 35941ed375b729e9b987254e985a87393311ac1e
Author: Bowen Liang <liangbo...@gf.com.cn>
AuthorDate: Tue Aug 6 20:38:42 2024 +0800

    [KYUUBI #6586] Bump commons-io to 2.16.1
    
    # :mag: Description
    ## Issue References ๐Ÿ”—
    
    This pull request fixes #
    
    ## Describe Your Solution ๐Ÿ”ง
    
    - Bump commons-io from 2.11.0(2021-07-09) to 2.16.1(2024-04-04) for 
accumulate updates, release note: 
https://commons.apache.org/proper/commons-io/changes-report.html#a2.16.1
    
    ## Types of changes :bookmark:
    
    - [ ] Bugfix (non-breaking change which fixes an issue)
    - [ ] New feature (non-breaking change which adds functionality)
    - [ ] Breaking change (fix or feature that would cause existing 
functionality to change)
    
    ## Test Plan ๐Ÿงช
    
    #### Behavior Without This Pull Request :coffin:
    
    #### Behavior With This Pull Request :tada:
    
    #### Related Unit Tests
    
    ---
    
    # Checklist ๐Ÿ“
    
    - [ ] This patch was not authored or co-authored using [Generative 
Tooling](https://www.apache.org/legal/generative-tooling.html)
    
    **Be nice. Be informative.**
    
    Closes #6586 from bowenliang123/commonsio-216.
    
    Closes #6586
    
    4fbb05650 [Bowen Liang] bump commons-io to 2.16.1
    
    Authored-by: Bowen Liang <liangbo...@gf.com.cn>
    Signed-off-by: Bowen Liang <liangbo...@gf.com.cn>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b853343b0..301f807d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -131,7 +131,7 @@
         <commons-cli.version>1.5.0</commons-cli.version>
         <commons-codec.version>1.15</commons-codec.version>
         <commons-collections.version>3.2.2</commons-collections.version>
-        <commons-io.version>2.11.0</commons-io.version>
+        <commons-io.version>2.16.1</commons-io.version>
         <commons-lang.version>2.6</commons-lang.version>
         <commons-lang3.version>3.13.0</commons-lang3.version>
         <delta.artifact>delta-spark_${scala.binary.version}</delta.artifact>

Reply via email to