You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by lh...@apache.org on 2023/05/29 06:34:03 UTC

[pulsar] branch branch-2.10 updated: [fix][sec] Upgrade sqlite-jdbc to resolve CVE-2023-32697 (#20411)

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

lhotari pushed a commit to branch branch-2.10
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/branch-2.10 by this push:
     new f2d780881e2 [fix][sec] Upgrade sqlite-jdbc to resolve CVE-2023-32697 (#20411)
f2d780881e2 is described below

commit f2d780881e2341d5872258eb6b62079635e5417e
Author: Lari Hotari <lh...@users.noreply.github.com>
AuthorDate: Fri May 26 21:21:07 2023 +0300

    [fix][sec] Upgrade sqlite-jdbc to resolve CVE-2023-32697 (#20411)
    
    (cherry picked from commit a953027aad38c9f54e952133949280ec2f4c04e8)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6c85553b84d..e696e567292 100644
--- a/pom.xml
+++ b/pom.xml
@@ -149,7 +149,7 @@ flexible messaging model and an intuitive client API.</description>
     <joda.version>2.10.5</joda.version>
     <jclouds.version>2.5.0</jclouds.version>
     <guice.version>5.1.0</guice.version>
-    <sqlite-jdbc.version>3.8.11.2</sqlite-jdbc.version>
+    <sqlite-jdbc.version>3.42.0.0</sqlite-jdbc.version>
     <mysql-jdbc.version>8.0.11</mysql-jdbc.version>
     <postgresql-jdbc.version>42.4.1</postgresql-jdbc.version>
     <clickhouse-jdbc.version>0.3.2</clickhouse-jdbc.version>