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 c0b6607 commit 28981f5Copy full SHA for 28981f5
1 file changed
core/build.gradle.kts
@@ -11,7 +11,7 @@ publishData {
11
dependencies {
12
bukkitLibrary(libs.bundles.sadu)
13
bukkitLibrary("org.postgresql", "postgresql", "42.7.8")
14
- bukkitLibrary("org.mariadb.jdbc", "mariadb-java-client", "3.4.1")
+ bukkitLibrary("org.mariadb.jdbc", "mariadb-java-client", "3.5.7")
15
bukkitLibrary("mysql", "mysql-connector-java", "8.0.33")
16
bukkitLibrary("com.zaxxer", "HikariCP", "5.1.0")
17
0 commit comments