This is an automated email from the ASF dual-hosted git repository. dzamo pushed a commit to branch 1.21 in repository https://gitbox.apache.org/repos/asf/drill.git
commit 9346e0bc1059f87ad19cf4b9431b766de2b4b8e9 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 f429f5754c..12fa6da227 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>