Skip to content

Commit

Permalink
[SPARK-42717][BUILD] Upgrade mysql-connector-java from 8.0.31 to 8.0.32
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?
The pr aims to upgrade mysql-connector-java from 8.0.31 to 8.0.32

### Why are the changes needed?
1.This version brings some bugs fixes, the release note as follows:
https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/news-8-0-32.html

2.Bugs Fixed(https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/news-8-0-32.html#connector-j-8-0-32-bug), eg:
<img width="955" alt="image" src="https://user-images.githubusercontent.com/15246973/223701685-b73c140f-1485-4c1b-83ef-a0df02866176.png">

### Does this PR introduce _any_ user-facing change?
No.

### How was this patch tested?
Pass GA.

Closes apache#40335 from panbingkun/SPARK-42717.

Authored-by: panbingkun <[email protected]>
Signed-off-by: Kent Yao <[email protected]>
  • Loading branch information
panbingkun authored and yaooqinn committed Mar 9, 2023
1 parent d3d8fdc commit e4566f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1206,7 +1206,7 @@
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>8.0.31</version>
<version>8.0.32</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit e4566f4

Please sign in to comment.