Skip to content

Commit 5703539

Browse files
build(deps): bump mysql-connector-java from 8.0.16 to 8.0.28 (#514)
Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.16 to 8.0.28. - [Release notes](https://github.com/mysql/mysql-connector-j/releases) - [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.0/CHANGES) - [Commits](mysql/mysql-connector-j@8.0.16...8.0.28) --- updated-dependencies: - dependency-name: mysql:mysql-connector-java dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5771f1d commit 5703539

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

litemall-db/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>mysql</groupId>
5959
<artifactId>mysql-connector-java</artifactId>
60-
<version>8.0.16</version>
60+
<version>8.0.28</version>
6161
</dependency>
6262
<dependency>
6363
<groupId>com.itfsw</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>mysql</groupId>
8888
<artifactId>mysql-connector-java</artifactId>
89-
<version>8.0.16</version>
89+
<version>8.0.28</version>
9090
</dependency>
9191

9292
<dependency>

0 commit comments

Comments
 (0)