We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4156ea commit 0708686Copy full SHA for 0708686
1 file changed
build.gradle
@@ -64,7 +64,7 @@ dependencies {
64
implementation("ch.qos.logback:logback-classic:${logbackVersion}")
65
implementation("ch.qos.logback:logback-core:${logbackVersion}")
66
67
- runtimeOnly("org.mariadb.jdbc:mariadb-java-client:2.7.5")
+ runtimeOnly("org.mariadb.jdbc:mariadb-java-client:3.0.3")
68
providedRuntime("org.springframework.boot:spring-boot-starter-tomcat")
69
70
testImplementation("junit:junit:4.13.2")
0 commit comments