chore(deps): bump org.xerial:sqlite-jdbc from 3.46.0.0 to 3.49.1.0

Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.46.0.0 to 3.49.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.46.0.0...3.49.1.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>
This commit is contained in:
dependabot[bot]
2025-03-15 12:11:49 +00:00
committed by Oliver
parent 2c66027e65
commit 524adfb194

View File

@@ -23,7 +23,7 @@ dependencies {
compileOnly("de.oliver.FancyAnalytics:logger:0.0.5")
// database drivers
compileOnly("org.xerial:sqlite-jdbc:3.46.0.0")
compileOnly("org.xerial:sqlite-jdbc:3.49.1.0")
compileOnly("mysql:mysql-connector-java:8.0.33")
// testing