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] authored Mar 19, 2024
1 parent e8003e2 commit ce23368
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 @@ -65,7 +65,7 @@ dependencies {
implementation("com.google.auth:google-auth-library-oauth2-http:1.20.0")
implementation("org.yaml:snakeyaml:2.2") /// TODO: remove this once transitive dependency passes owasp checker

runtimeOnly("org.mariadb.jdbc:mariadb-java-client:2.7.12")
runtimeOnly("org.mariadb.jdbc:mariadb-java-client:3.3.3")
//noinspection GradlePackageVersionRange, GradlePackageUpdate /// managed by spring boot bom
providedRuntime("org.springframework.boot:spring-boot-starter-tomcat")

Expand Down

0 comments on commit ce23368

Please sign in to comment.