Skip to content

Commit

Permalink
Merge pull request #306 from Aiven-Open/dependabot/gradle/com.mysql-m…
Browse files Browse the repository at this point in the history
…ysql-connector-j-8.4.0

chore(deps): bump com.mysql:mysql-connector-j from 8.3.0 to 8.4.0
  • Loading branch information
jjaakola-aiven authored May 2, 2024
2 parents 39babfb + 1292e92 commit 3990843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ dependencies {
runtimeOnly("net.sourceforge.jtds:jtds:1.3.1")
runtimeOnly("net.snowflake:snowflake-jdbc:3.14.2")
runtimeOnly("com.microsoft.sqlserver:mssql-jdbc:12.6.1.jre11")
runtimeOnly("com.mysql:mysql-connector-j:8.3.0")
runtimeOnly("com.mysql:mysql-connector-j:8.4.0")

implementation("com.google.guava:guava:33.1.0-jre")
implementation("org.slf4j:slf4j-api:$slf4jVersion")
Expand Down

0 comments on commit 3990843

Please sign in to comment.