Skip to content

Commit

Permalink
chore(deps): bump org.mariadb.jdbc:mariadb-java-client
Browse files Browse the repository at this point in the history
Bumps [org.mariadb.jdbc:mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j) from 3.4.1 to 3.5.1.
- [Release notes](https://github.com/mariadb-corporation/mariadb-connector-j/releases)
- [Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/blob/master/CHANGELOG.md)
- [Commits](mariadb-corporation/mariadb-connector-j@3.4.1...3.5.1)

---
updated-dependencies:
- dependency-name: org.mariadb.jdbc:mariadb-java-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 21, 2025
1 parent 8b53f25 commit 0292aeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion benchmarks/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
jmhImplementation(project(":aws-advanced-jdbc-wrapper"))
implementation("org.postgresql:postgresql:42.7.4")
implementation("com.mysql:mysql-connector-j:9.1.0")
implementation("org.mariadb.jdbc:mariadb-java-client:3.4.1")
implementation("org.mariadb.jdbc:mariadb-java-client:3.5.1")
implementation("com.zaxxer:HikariCP:4.0.3")

testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
Expand Down
4 changes: 2 additions & 2 deletions wrapper/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
compileOnly("com.fasterxml.jackson.core:jackson-databind:2.17.1")
compileOnly("com.mysql:mysql-connector-j:9.1.0")
compileOnly("org.postgresql:postgresql:42.7.4")
compileOnly("org.mariadb.jdbc:mariadb-java-client:3.4.1")
compileOnly("org.mariadb.jdbc:mariadb-java-client:3.5.1")
compileOnly("org.osgi:org.osgi.core:6.0.0")
compileOnly("org.osgi:org.osgi.core:6.0.0")
compileOnly("com.amazonaws:aws-xray-recorder-sdk-core:2.18.2")
Expand All @@ -59,7 +59,7 @@ dependencies {
testImplementation("org.apache.commons:commons-dbcp2:2.12.0")
testImplementation("org.postgresql:postgresql:42.7.4")
testImplementation("com.mysql:mysql-connector-j:9.1.0")
testImplementation("org.mariadb.jdbc:mariadb-java-client:3.4.1")
testImplementation("org.mariadb.jdbc:mariadb-java-client:3.5.1")
testImplementation("com.zaxxer:HikariCP:4.0.3") // Version 4.+ is compatible with Java 8
testImplementation("org.springframework.boot:spring-boot-starter-jdbc:2.7.13") // 2.7.13 is the last version compatible with Java 8
testImplementation("org.mockito:mockito-inline:4.11.0") // 4.11.0 is the last version compatible with Java 8
Expand Down

0 comments on commit 0292aeb

Please sign in to comment.