We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72e423c commit 89803d8Copy full SHA for 89803d8
1 file changed
build.gradle
@@ -61,7 +61,7 @@ dependencies {
61
implementation("com.squareup.okhttp3:okhttp:4.10.0")
62
implementation("com.google.auth:google-auth-library-oauth2-http:1.11.0")
63
64
- runtimeOnly("org.mariadb.jdbc:mariadb-java-client:2.7.6")
+ runtimeOnly("org.mariadb.jdbc:mariadb-java-client:3.0.8")
65
providedRuntime("org.springframework.boot:spring-boot-starter-tomcat")
66
67
testImplementation("junit:junit:4.13.2")
0 commit comments