We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d949f0 commit 2fc7358Copy full SHA for 2fc7358
1 file changed
build.gradle
@@ -61,7 +61,7 @@ dependencies {
61
implementation("com.squareup.okhttp3:okhttp:4.9.3")
62
implementation("com.google.auth:google-auth-library-oauth2-http:1.6.0")
63
64
- runtimeOnly("org.mariadb.jdbc:mariadb-java-client:2.7.5")
+ 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