1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-06 15:33:00 +00:00

Bump mysql-connector-java in /l2jserver2-loginserver

Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 5.1.20 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](https://github.com/mysql/mysql-connector-j/compare/5.1.20...8.0.28)

---
updated-dependencies:
- dependency-name: mysql:mysql-connector-java
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-06-21 00:51:02 +00:00
committed by GitHub
parent 62574ee0ec
commit d745294379

View File

@@ -41,7 +41,7 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.20</version>
<version>8.0.28</version>
<type>jar</type>
<scope>runtime</scope>
</dependency>