Skip to content

Commit

Permalink
Bump com.mysql:mysql-connector-j from 8.4.0 to 9.0.0 (#5188)
Browse files Browse the repository at this point in the history
* Bump com.mysql:mysql-connector-j from 8.4.0 to 9.0.0

Bumps [com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j) from 8.4.0 to 9.0.0.
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/9.x/CHANGES)
- [Commits](mysql/mysql-connector-j@8.4.0...9.0.0)

---
updated-dependencies:
- dependency-name: com.mysql:mysql-connector-j
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update docs

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Valery Yatsynovich <valery_yatsynovich@epam.com>
  • Loading branch information
dependabot[bot] and valfirst authored Jul 9, 2024
1 parent b2ba94d commit aefee43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
implementation(group: 'com.mysql', name: 'mysql-connector-j', version: '8.4.0')
implementation(group: 'com.mysql', name: 'mysql-connector-j', version: '9.0.0')
2 changes: 1 addition & 1 deletion vividus-docker-bundler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ dependencies {

implementation project(':vividus-agent-reportportal')

implementation(group: 'com.mysql', name: 'mysql-connector-j', version: '8.4.0')
implementation(group: 'com.mysql', name: 'mysql-connector-j', version: '9.0.0')
implementation(group: 'com.microsoft.sqlserver', name: 'mssql-jdbc', version: '12.6.1.jre11')
implementation(group: 'org.postgresql', name: 'postgresql', version: '42.7.3')
implementation(group: 'com.oracle.database.jdbc', name: 'ojdbc10', version: '19.23.0.0')
Expand Down

0 comments on commit aefee43

Please sign in to comment.