We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e7632a commit 01a240bCopy full SHA for 01a240b
src/main/java/me/refracdevelopment/simpletags/utilities/DownloadUtil.java
@@ -14,7 +14,7 @@ public static void downloadAndEnable(JavaPlugin plugin) {
14
Library lib = Library.builder()
15
.groupId("org{}mariadb{}jdbc") // "{}" is replaced with ".", useful to avoid unwanted changes made by maven-shade-plugin
16
.artifactId("mariadb-java-client")
17
- .version("3.5.6")
+ .version("3.5.7")
18
.build();
19
Library lib2 = Library.builder()
20
.groupId("org{}slf4j") // "{}" is replaced with ".", useful to avoid unwanted changes made by maven-shade-plugin
0 commit comments