This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch dependabot/maven/metastore/rdbms-metastore/org.xerial-sqlite-jdbc-3.41.2.2 in repository https://gitbox.apache.org/repos/asf/drill.git
commit ca26102ad07578f9866777e34bf1cd6366b0709a Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Aug 21 15:43:12 2023 +0000 Bump sqlite-jdbc from 3.30.1 to 3.41.2.2 in /metastore/rdbms-metastore Bumps [sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.30.1 to 3.41.2.2. - [Release notes](https://github.com/xerial/sqlite-jdbc/releases) - [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG) - [Commits](https://github.com/xerial/sqlite-jdbc/compare/3.30.1...3.41.2.2) --- updated-dependencies: - dependency-name: org.xerial:sqlite-jdbc dependency-type: direct:production ... Signed-off-by: dependabot[bot] <supp...@github.com> --- 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>