Skip to content
This repository was archived by the owner on Feb 3, 2024. It is now read-only.

Commit 183e6e8

Browse files
fix(deps): update dependency org.mariadb.jdbc:mariadb-java-client to v2.7.10
1 parent c41c345 commit 183e6e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ dependencies {
5858

5959
testFixturesApi("org.junit.jupiter:junit-jupiter-api:$junitVersion")
6060
testFixturesImplementation("com.h2database:h2:$h2Version")
61-
testFixturesImplementation("org.mariadb.jdbc:mariadb-java-client:2.7.2")
61+
testFixturesImplementation("org.mariadb.jdbc:mariadb-java-client:2.7.10")
6262
testFixturesImplementation("org.postgresql:postgresql:42.2.19")
6363
}
6464

0 commit comments

Comments
 (0)