Skip to content

Commit

Permalink
chore: Bump org.xerial:sqlite-jdbc
Browse files Browse the repository at this point in the history
Bumps the gradle-version-updates group in /backend with 1 update: [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc).


Updates `org.xerial:sqlite-jdbc` from 3.48.0.0 to 3.49.0.0
- [Release notes](https://github.com/xerial/sqlite-jdbc/releases)
- [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG)
- [Commits](xerial/sqlite-jdbc@3.48.0.0...3.49.0.0)

---
updated-dependencies:
- dependency-name: org.xerial:sqlite-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-version-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Feb 7, 2025
1 parent fac50d2 commit 8b410c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ext {
archUnitVersion = "1.3.0"
jUnit5PitestVersion = "1.2.1"
springDataSqliteVersion = "1.3.0"
sqliteJdbcVersion = "3.48.0.0"
sqliteJdbcVersion = "3.49.0.0"
}

repositories {
Expand Down

0 comments on commit 8b410c9

Please sign in to comment.