Skip to content

Commit 97ce95c

Browse files
committed
Polish "Upgrade to MariaDB 3.1.4"
See gh-36394
1 parent d101004 commit 97ce95c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spring-boot-project/spring-boot/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,9 @@ dependencies {
132132
}
133133
testImplementation("org.hsqldb:hsqldb")
134134
testImplementation("org.junit.jupiter:junit-jupiter")
135-
testImplementation("org.mariadb.jdbc:mariadb-java-client")
135+
testImplementation("org.mariadb.jdbc:mariadb-java-client") {
136+
exclude group: "org.slf4j", module: "jcl-over-slf4j"
137+
}
136138
testImplementation("org.mockito:mockito-core")
137139
testImplementation("org.mockito:mockito-junit-jupiter")
138140
testImplementation("org.springframework:spring-context-support")

0 commit comments

Comments
 (0)