We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0abb284 commit c07a806Copy full SHA for c07a806
build.gradle.kts
@@ -24,8 +24,8 @@ dependencies {
24
testImplementation("org.hibernate.orm:hibernate-community-dialects:7.0.7.Final")
25
26
// SQLite
27
- implementation("org.xerial:sqlite-jdbc:3.50.3.0")
28
- testImplementation("org.xerial:sqlite-jdbc:3.50.3.0")
+ implementation("org.xerial:sqlite-jdbc:3.51.1.0")
+ testImplementation("org.xerial:sqlite-jdbc:3.51.1.0")
29
30
// PaperMC API
31
compileOnly("io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT")
0 commit comments