Skip to content

Commit 4a15794

Browse files
Bump mysql-connector-java in /lab-12-mybatis/lab-12-mybatis-annotation
Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 5.1.48 to 8.0.28. - [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.0/CHANGES) - [Commits](mysql/mysql-connector-j@5.1.48...8.0.28) --- updated-dependencies: - dependency-name: mysql:mysql-connector-java dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6c12efa commit 4a15794

File tree

1 file changed

+1
-1
lines changed
  • lab-12-mybatis/lab-12-mybatis-annotation

1 file changed

+1
-1
lines changed

lab-12-mybatis/lab-12-mybatis-annotation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<dependency> <!-- 本示例,我们使用 MySQL -->
2222
<groupId>mysql</groupId>
2323
<artifactId>mysql-connector-java</artifactId>
24-
<version>5.1.48</version>
24+
<version>8.0.28</version>
2525
</dependency>
2626

2727
<!-- 实现对 MyBatis 的自动化配置 -->

0 commit comments

Comments
 (0)