commit | b72f1718d66c61299834017ef555c2d74bc7a6d4 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Wed Jan 24 12:37:56 2024 +0000 |
committer | Akron <nils@diewald-online.de> | Thu Jan 25 10:28:49 2024 +0100 |
tree | 99b896a425b2f5f4d119d5064da91a405772218f | |
parent | 9d70f694a393194fcbf22e8f2e0349baf6b90eb2 [diff] |
Bump org.xerial:sqlite-jdbc from 3.41.2.2 to 3.45.0.0 (closes #100) Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.41.2.2 to 3.45.0.0. - [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.41.2.2...3.45.0.0) --- updated-dependencies: - dependency-name: org.xerial:sqlite-jdbc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Change-Id: I4870edb24b50945a10e114fdb5bb79ad81a11dbe
diff --git a/pom.xml b/pom.xml index 9f979f4..c09f1e2 100644 --- a/pom.xml +++ b/pom.xml
@@ -121,7 +121,7 @@ <dependency> <groupId>org.xerial</groupId> <artifactId>sqlite-jdbc</artifactId> - <version>3.41.2.2</version> + <version>3.45.0.0</version> </dependency> <!-- Database Connection Pool Manager -->