| commit | aa885bb70e893dc6243d31264f46460f245759f4 | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Thu Jun 04 03:53:31 2026 +0000 |
| committer | Akron <nils@diewald-online.de> | Tue Jun 16 16:13:53 2026 +0200 |
| tree | e8e4e50450907259be2f28f6cb15eccfb5d09a6f | |
| parent | b9d7ac0c7e81d4922e3b579473152e4684b74865 [diff] |
Bump org.xerial:sqlite-jdbc from 3.53.1.0 to 3.53.2.0 (closes #278) Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.53.1.0 to 3.53.2.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.53.1.0...3.53.2.0) --- updated-dependencies: - dependency-name: org.xerial:sqlite-jdbc dependency-version: 3.53.2.0 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Change-Id: Iad83a5b75ee2c74df7f0a1b8d608de10d8b80479
diff --git a/pom.xml b/pom.xml index 3e7bfe9..cd88976 100644 --- a/pom.xml +++ b/pom.xml
@@ -122,7 +122,7 @@ <dependency> <groupId>org.xerial</groupId> <artifactId>sqlite-jdbc</artifactId> - <version>3.53.1.0</version> + <version>3.53.2.0</version> </dependency> <!-- Database Connection Pool Manager -->