diff --git a/build.gradle b/build.gradle index 11fcbeb1..296e2f41 100644 --- a/build.gradle +++ b/build.gradle @@ -65,7 +65,7 @@ dependencies { implementation("com.googlecode.libphonenumber:libphonenumber:9.0.24") implementation("com.google.auth:google-auth-library-oauth2-http:1.43.0") - runtimeOnly("org.mariadb.jdbc:mariadb-java-client:2.7.13") + runtimeOnly("org.mariadb.jdbc:mariadb-java-client:3.5.7") //noinspection GradlePackageVersionRange, GradlePackageUpdate /// managed by spring boot bom providedRuntime("org.springframework.boot:spring-boot-starter-tomcat")