Skip to content

Commit 01a240b

Browse files
authored
Update MariaDB JDBC version to 3.5.7
1 parent 7e7632a commit 01a240b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/me/refracdevelopment/simpletags/utilities/DownloadUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public static void downloadAndEnable(JavaPlugin plugin) {
1414
Library lib = Library.builder()
1515
.groupId("org{}mariadb{}jdbc") // "{}" is replaced with ".", useful to avoid unwanted changes made by maven-shade-plugin
1616
.artifactId("mariadb-java-client")
17-
.version("3.5.6")
17+
.version("3.5.7")
1818
.build();
1919
Library lib2 = Library.builder()
2020
.groupId("org{}slf4j") // "{}" is replaced with ".", useful to avoid unwanted changes made by maven-shade-plugin

0 commit comments

Comments
 (0)