Skip to content

Commit

Permalink
Bump org.mariadb.jdbc:mariadb-java-client from 3.4.1 to 3.5.0
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.0.
- [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.0)

---
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 Nov 6, 2024
1 parent e771046 commit 868e756
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 @@ -48,7 +48,7 @@ dependencies {
implementation group: 'org.jetbrains.kotlinx', name: 'kotlinx-coroutines-core', version: '1.9.0'
implementation group: 'org.jetbrains.kotlinx', name: 'kotlinx-serialization-json', version: '1.7.3'
implementation group: 'io.github.cdancy', name: 'jenkins-rest', version: '1.0.2'
implementation group: 'org.mariadb.jdbc', name: 'mariadb-java-client', version: '3.4.1'
implementation group: 'org.mariadb.jdbc', name: 'mariadb-java-client', version: '3.5.0'
implementation group: 'org.jetbrains.exposed', name: 'exposed-core', version: '0.56.0'
implementation group: 'org.jetbrains.exposed', name: 'exposed-jdbc', version: '0.56.0'
}
Expand Down

0 comments on commit 868e756

Please sign in to comment.