Skip to content
This repository was archived by the owner on Oct 28, 2021. It is now read-only.

Commit 83f9f24

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency mysql:mysql-connector-java to v8.0.27
1 parent 9849eee commit 83f9f24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ subprojects {
6767
"testImplementation"("org.junit.jupiter:junit-jupiter-api:5.8.1")
6868
"testRuntimeOnly"("org.junit.jupiter:junit-jupiter-engine:5.8.1")
6969
"testRuntimeOnly"("com.h2database:h2:1.4.200")
70-
"testRuntimeOnly"("mysql:mysql-connector-java:8.0.26")
70+
"testRuntimeOnly"("mysql:mysql-connector-java:8.0.27")
7171
"testRuntimeOnly"("com.oracle.database.jdbc:ojdbc8-production:18.15.0.0")
7272
"testRuntimeOnly"("org.postgresql:postgresql:42.2.24")
7373
"testRuntimeOnly"("com.microsoft.sqlserver:mssql-jdbc:8.4.1.jre8")

0 commit comments

Comments
 (0)