Skip to content

Commit 8a74841

Browse files
Update dependency org.xerial:sqlite-jdbc to v3.50.2.0 (#203)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b7e5ef7 commit 8a74841

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.3")
1616
compileOnly("org.jetbrains", "annotations", "26.0.2")
17-
implementation("org.xerial", "sqlite-jdbc", "3.50.1.0")
17+
implementation("org.xerial", "sqlite-jdbc", "3.50.2.0")
1818
implementation("org.postgresql", "postgresql", "42.7.7")
1919
implementation("com.zaxxer", "HikariCP", "6.3.0")
2020

0 commit comments

Comments
 (0)