We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e73a4f commit 53f831eCopy full SHA for 53f831e
1 file changed
build.gradle.kts
@@ -40,7 +40,7 @@ dependencies {
40
41
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
42
implementation("org.jetbrains.kotlin:kotlin-reflect")
43
- runtimeOnly("com.mysql:mysql-connector-j:8.0.33")
+ runtimeOnly("org.mariadb.jdbc:mariadb-java-client:3.3.3")
44
compileOnly("org.projectlombok:lombok")
45
annotationProcessor("org.projectlombok:lombok")
46
testImplementation("org.springframework.batch:spring-batch-test")
0 commit comments