Skip to content

Commit cc1f603

Browse files
root: Update dependency org.xerial:sqlite-jdbc to v3.49.1.0
1 parent fe06621 commit cc1f603

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
@@ -19,7 +19,7 @@ plugins {
1919
allprojects {
2020
configurations.all {
2121
resolutionStrategy {
22-
force("org.xerial:sqlite-jdbc:3.47.2.0")
22+
force("org.xerial:sqlite-jdbc:3.49.1.0")
2323
}
2424
}
2525
}

0 commit comments

Comments
 (0)