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 0ef6b5b commit aef8853Copy full SHA for aef8853
2 files changed
build.gradle.kts
@@ -12,7 +12,7 @@ repositories {
12
13
dependencies {
14
implementation("mysql:mysql-connector-java:8.0.33")
15
- implementation("org.mariadb.jdbc:mariadb-java-client:3.5.8")
+ implementation("org.mariadb.jdbc:mariadb-java-client:3.5.9")
16
compileOnly("org.jetbrains", "annotations", "26.1.0")
17
implementation("org.xerial", "sqlite-jdbc", "3.53.2.0")
18
implementation("org.postgresql", "postgresql", "42.7.11")
pom.xml
@@ -89,7 +89,7 @@
89
<dependency>
90
<groupId>org.mariadb.jdbc</groupId>
91
<artifactId>mariadb-java-client</artifactId>
92
- <version>3.5.8</version>
+ <version>3.5.9</version>
93
</dependency>
94
<!-- Unit Testing -->
95
0 commit comments