13
0
geforkt von Mirrors/Paper

Bump mysql-connector-java to 8.0.23 (Fixes #5473) (#5474)

Dieser Commit ist enthalten in:
Simon Gardling 2021-04-11 13:35:46 -04:00
Ursprung 9e67637c69
Commit 90f7263390

Datei anzeigen

@ -116,6 +116,15 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
<dependency>
<groupId>com.googlecode.json-simple</groupId>
@@ -0,0 +0,0 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
- <version>5.1.49</version>
+ <version>8.0.23</version>
<scope>runtime</scope>
</dependency>
<!-- testing -->
@@ -0,0 +0,0 @@
<!-- This builds a completely 'ready to start' jar with all dependencies inside -->
<build>