diff --git a/build.gradle b/build.gradle index 5b21bfa..d5ad48b 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ dependencies { // me.jeremiah.data.storage.databases dependencies compileOnly 'com.zaxxer:HikariCP:7.0.2' - compileOnly 'org.xerial:sqlite-jdbc:3.51.1.0' + compileOnly 'org.xerial:sqlite-jdbc:3.51.2.0' compileOnly 'com.h2database:h2:2.4.240' compileOnly 'com.mysql:mysql-connector-j:9.5.0' compileOnly 'org.mariadb.jdbc:mariadb-java-client:3.5.7' @@ -51,7 +51,7 @@ dependencies { testImplementation 'io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT' testRuntimeOnly 'com.zaxxer:HikariCP:7.0.2' - testRuntimeOnly 'org.xerial:sqlite-jdbc:3.51.1.0' + testRuntimeOnly 'org.xerial:sqlite-jdbc:3.51.2.0' testRuntimeOnly 'com.h2database:h2:2.4.240' testRuntimeOnly 'org.mariadb.jdbc:mariadb-java-client:3.5.7' testRuntimeOnly 'org.postgresql:postgresql:42.7.8'