Skip to content

Commit

Permalink
build: bump org.xerial:sqlite-jdbc from 3.47.0.0 to 3.47.1.0
Browse files Browse the repository at this point in the history
Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.47.0.0 to 3.47.1.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.47.0.0...3.47.1.0)

---
updated-dependencies:
- dependency-name: org.xerial:sqlite-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and darksaid98 committed Nov 26, 2024
1 parent dd96ee0 commit cd6d59b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jooq = "org.jooq:jooq:3.19.15"

# JDBC drivers
h2 = "com.h2database:h2:2.3.232"
sqlite = "org.xerial:sqlite-jdbc:3.47.0.0"
sqlite = "org.xerial:sqlite-jdbc:3.47.1.0"
mysql = "com.mysql:mysql-connector-j:9.1.0"
mariadb = "org.mariadb.jdbc:mariadb-java-client:3.5.1"

Expand Down

0 comments on commit cd6d59b

Please sign in to comment.