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 57f30bf commit 87f6fa1Copy full SHA for 87f6fa1
build.gradle.kts
@@ -14,7 +14,7 @@ dependencies {
14
implementation("mysql:mysql-connector-java:8.0.33")
15
implementation("org.mariadb.jdbc:mariadb-java-client:3.5.1")
16
compileOnly("org.jetbrains", "annotations", "26.0.2")
17
- implementation("org.xerial", "sqlite-jdbc", "3.48.0.0")
+ implementation("org.xerial", "sqlite-jdbc", "3.49.0.0")
18
implementation("org.postgresql", "postgresql", "42.7.5")
19
implementation("com.zaxxer", "HikariCP", "6.2.1")
20
0 commit comments