Skip to content

Commit

Permalink
Bump com.mysql:mysql-connector-j from 8.2.0 to 9.0.0
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.2.0 to 9.0.0.
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/9.x/CHANGES)
- [Commits](mysql/mysql-connector-j@8.2.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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent 6c3fd57 commit 1fabe28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jpa-tck/spec-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
<profile>
<id>mysql</id>
<properties>
<mysql.jdbc.version>8.2.0</mysql.jdbc.version>
<mysql.jdbc.version>9.0.0</mysql.jdbc.version>
</properties>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion jpa/spec-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
<profile>
<id>mysql</id>
<properties>
<mysql.jdbc.version>8.2.0</mysql.jdbc.version>
<mysql.jdbc.version>9.0.0</mysql.jdbc.version>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit 1fabe28

Please sign in to comment.