Skip to content

Commit 409bc1d

Browse files
Update dependency org.xerial:sqlite-jdbc to v3.50.3.0 (#208)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7ac873d commit 409bc1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies {
1414
implementation("mysql:mysql-connector-java:8.0.33")
1515
implementation("org.mariadb.jdbc:mariadb-java-client:3.5.4")
1616
compileOnly("org.jetbrains", "annotations", "26.0.2")
17-
implementation("org.xerial", "sqlite-jdbc", "3.50.2.0")
17+
implementation("org.xerial", "sqlite-jdbc", "3.50.3.0")
1818
implementation("org.postgresql", "postgresql", "42.7.7")
1919
implementation("com.zaxxer", "HikariCP", "6.3.1")
2020

0 commit comments

Comments
 (0)