Skip to content

Commit 2d2dacd

Browse files
Update dependency org.xerial:sqlite-jdbc to v3.51.0.0
1 parent 0abb284 commit 2d2dacd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ dependencies {
2424
testImplementation("org.hibernate.orm:hibernate-community-dialects:7.0.7.Final")
2525

2626
// SQLite
27-
implementation("org.xerial:sqlite-jdbc:3.50.3.0")
28-
testImplementation("org.xerial:sqlite-jdbc:3.50.3.0")
27+
implementation("org.xerial:sqlite-jdbc:3.51.0.0")
28+
testImplementation("org.xerial:sqlite-jdbc:3.51.0.0")
2929

3030
// PaperMC API
3131
compileOnly("io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT")

0 commit comments

Comments
 (0)