This is an automated email from the ASF dual-hosted git repository.
tison pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new a953027aad3 [fix][sec] Upgrade sqlite-jdbc to resolve CVE-2023-32697
(#20411)
a953027aad3 is described below
commit a953027aad38c9f54e952133949280ec2f4c04e8
Author: Lari Hotari <[email protected]>
AuthorDate: Fri May 26 21:21:07 2023 +0300
[fix][sec] Upgrade sqlite-jdbc to resolve CVE-2023-32697 (#20411)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0fb86ad41a7..b45debcc9db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -181,7 +181,7 @@ flexible messaging model and an intuitive client
API.</description>
<joda.version>2.10.10</joda.version>
<jclouds.version>2.5.0</jclouds.version>
<guice.version>5.1.0</guice.version>
- <sqlite-jdbc.version>3.36.0.3</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.5.1</postgresql-jdbc.version>
<clickhouse-jdbc.version>0.4.6</clickhouse-jdbc.version>