This is an automated email from the ASF dual-hosted git repository.
cgivre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git
The following commit(s) were added to refs/heads/master by this push:
new 77f21cfc40 [MINOR UPDATE] Bump sqlite-jdbc from 3.30.1 to 3.41.2.2 in
/metastore/rdbms-metastore (#2812)
77f21cfc40 is described below
commit 77f21cfc40db545167a8bfc88d53da5880e47105
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 24 19:12:11 2023 -0400
[MINOR UPDATE] Bump sqlite-jdbc from 3.30.1 to 3.41.2.2 in
/metastore/rdbms-metastore (#2812)
---
metastore/rdbms-metastore/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/metastore/rdbms-metastore/pom.xml
b/metastore/rdbms-metastore/pom.xml
index 282872813a..b1bc08a30a 100644
--- a/metastore/rdbms-metastore/pom.xml
+++ b/metastore/rdbms-metastore/pom.xml
@@ -33,7 +33,7 @@
<properties>
<jooq.version>3.13.1</jooq.version>
<liquibase.version>4.19.1</liquibase.version>
- <sqlite.version>3.30.1</sqlite.version>
+ <sqlite.version>3.41.2.2</sqlite.version>
</properties>
<dependencies>