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.3.0 to 3.3.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.3.0...3.3.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent c11cd9c commit d3b96b7
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.6.0")
implementation("mysql:mysql-connector-java:8.0.33")
implementation("org.mariadb.jdbc:mariadb-java-client:3.3.0")
implementation("org.mariadb.jdbc:mariadb-java-client:3.3.1")
implementation("com.zaxxer:HikariCP:4.0.3")

testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.1")
Expand Down
4 changes: 2 additions & 2 deletions wrapper/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
compileOnly("com.fasterxml.jackson.core:jackson-databind:2.16.0")
compileOnly("mysql:mysql-connector-java:8.0.33")
compileOnly("org.postgresql:postgresql:42.6.0")
compileOnly("org.mariadb.jdbc:mariadb-java-client:3.3.0")
compileOnly("org.mariadb.jdbc:mariadb-java-client:3.3.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.14.0")
Expand All @@ -54,7 +54,7 @@ dependencies {
testImplementation("org.apache.commons:commons-dbcp2:2.11.0")
testImplementation("org.postgresql:postgresql:42.6.0")
testImplementation("mysql:mysql-connector-java:8.0.33")
testImplementation("org.mariadb.jdbc:mariadb-java-client:3.3.0")
testImplementation("org.mariadb.jdbc:mariadb-java-client:3.3.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 d3b96b7

Please sign in to comment.