| commit | 7d060204af31cb24fdad0bc25a6d1d6b9be11f7b | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Tue Dec 02 02:01:33 2025 +0000 |
| committer | margaretha <margaretha@ids-mannheim.de> | Tue Jan 13 10:29:33 2026 +0100 |
| tree | 68422642186fa97ed641c1674e8e4824b724469f | |
| parent | ac8741c3b062486be08b05034b50d528e0557de1 [diff] |
Bump org.xerial:sqlite-jdbc from 3.51.0.0 to 3.51.1.0 Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.51.0.0 to 3.51.1.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.51.0.0...3.51.1.0) --- updated-dependencies: - dependency-name: org.xerial:sqlite-jdbc dependency-version: 3.51.1.0 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Closes #244 Change-Id: Ic6977b0305997862ac8aa244f3a3138dd45ead20
diff --git a/pom.xml b/pom.xml index b5e0d27..ddc55ed 100644 --- a/pom.xml +++ b/pom.xml
@@ -122,7 +122,7 @@ <dependency> <groupId>org.xerial</groupId> <artifactId>sqlite-jdbc</artifactId> - <version>3.51.0.0</version> + <version>3.51.1.0</version> </dependency> <!-- Database Connection Pool Manager -->