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 daeff6bfd8 [KYUUBI #6733] Bump SQLlite from 3.42 to 3.46
daeff6bfd8 is described below

commit daeff6bfd83949c3ab5d01cb77745306bb2f756f
Author: Bowen Liang <[email protected]>
AuthorDate: Wed Oct 16 11:00:39 2024 +0800

    [KYUUBI #6733] Bump SQLlite from 3.42 to 3.46
    
    # :mag: Description
    ## Issue References ๐Ÿ”—
    
    This pull request fixes #
    
    ## Describe Your Solution ๐Ÿ”ง
    
    - bump SQLlite from 3.42.0 (May 2023) to 3.46 (May 2024)
    - SQLlite changelog: https://sqlite.org/changes.html
    
    ## 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 #6733 from bowenliang123/sqllite-346.
    
    Closes #6733
    
    a86bea232 [Bowen Liang] update
    
    Authored-by: Bowen Liang <[email protected]>
    Signed-off-by: Bowen Liang <[email protected]>
---
 dev/dependencyList | 2 +-
 pom.xml            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev/dependencyList b/dev/dependencyList
index 9ba8735e4c..a6754d5226 100644
--- a/dev/dependencyList
+++ b/dev/dependencyList
@@ -174,7 +174,7 @@ slf4j-api/1.7.36//slf4j-api-1.7.36.jar
 snakeyaml-engine/2.7//snakeyaml-engine-2.7.jar
 snakeyaml/2.2//snakeyaml-2.2.jar
 snappy-java/1.1.10.5//snappy-java-1.1.10.5.jar
-sqlite-jdbc/3.42.0.0//sqlite-jdbc-3.42.0.0.jar
+sqlite-jdbc/3.46.1.3//sqlite-jdbc-3.46.1.3.jar
 swagger-annotations/2.2.1//swagger-annotations-2.2.1.jar
 swagger-core/2.2.1//swagger-core-2.2.1.jar
 swagger-integration/2.2.1//swagger-integration-2.2.1.jar
diff --git a/pom.xml b/pom.xml
index 2403cd84a2..d6a64b4810 100644
--- a/pom.xml
+++ b/pom.xml
@@ -204,7 +204,7 @@
         
<spark.archive.name>spark-${spark.version}-bin-hadoop3${spark.archive.scala.suffix}.tgz</spark.archive.name>
         
<spark.archive.mirror>${apache.archive.dist}/spark/spark-${spark.version}</spark.archive.mirror>
         <spark.archive.download.skip>false</spark.archive.download.skip>
-        <sqlite.version>3.42.0.0</sqlite.version>
+        <sqlite.version>3.46.1.3</sqlite.version>
         <supercsv.version>2.2.0</supercsv.version>
         <swagger.version>2.2.1</swagger.version>
         <testcontainers-scala.version>0.41.0</testcontainers-scala.version>

Reply via email to