Skip to content

Commit

Permalink
Update dependency org.mariadb.jdbc:mariadb-java-client to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 25, 2022
1 parent 2d949f0 commit c59309c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies {
implementation("com.squareup.okhttp3:okhttp:4.9.3")
implementation("com.google.auth:google-auth-library-oauth2-http:1.6.0")

runtimeOnly("org.mariadb.jdbc:mariadb-java-client:2.7.5")
runtimeOnly("org.mariadb.jdbc:mariadb-java-client:3.0.5")
providedRuntime("org.springframework.boot:spring-boot-starter-tomcat")

testImplementation("junit:junit:4.13.2")
Expand Down

0 comments on commit c59309c

Please sign in to comment.