Skip to content

Commit

Permalink
build(deps): bump com.mysql:mysql-connector-j
Browse files Browse the repository at this point in the history
Bumps [com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j) from 8.4.0 to 9.2.0.
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/9.x/CHANGES)
- [Commits](mysql/mysql-connector-j@8.4.0...9.2.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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 22, 2025
1 parent aaef0f8 commit b83bc74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cross-language/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<cucumber.version>6.11.0</cucumber.version>
<junit.jupiter.version>5.11.4</junit.jupiter.version>
<hikaricp.version>6.2.1</hikaricp.version>
<mysql.connector.version>8.4.0</mysql.connector.version>
<mysql.connector.version>9.2.0</mysql.connector.version>
<checkstyle.config>${project.basedir}/checkstyle.xml</checkstyle.config>
</properties>

Expand Down

0 comments on commit b83bc74

Please sign in to comment.