Skip to content

Commit

Permalink
bump mysql-connector-java to 8.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
Titaniumtown committed Apr 9, 2021
1 parent 304a216 commit bc91b5d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Spigot-Server-Patches/0001-POM-Changes.patch
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Subject: [PATCH] POM Changes


diff --git a/pom.xml b/pom.xml
index ebce3da9abf550089ead322bc2cef359c803a434..ce140ae236f97c1a1028e46e562e2c5c78e2fceb 100644
index ebce3da9abf550089ead322bc2cef359c803a434..f840b18c32ea41d95726c2f99051a3f0fdffbc26 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,15 +1,14 @@
Expand Down Expand Up @@ -79,6 +79,15 @@ index ebce3da9abf550089ead322bc2cef359c803a434..ce140ae236f97c1a1028e46e562e2c5c
<!-- deprecated API depend -->
<dependency>
<groupId>com.googlecode.json-simple</groupId>
@@ -80,7 +96,7 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
- <version>5.1.49</version>
+ <version>8.0.23</version>
<scope>runtime</scope>
</dependency>
<!-- testing -->
@@ -100,34 +116,22 @@

<!-- This builds a completely 'ready to start' jar with all dependencies inside -->
Expand Down

0 comments on commit bc91b5d

Please sign in to comment.