File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/me/refracdevelopment/simpletags/utilities Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 195195 <dependency >
196196 <groupId >org.xerial</groupId >
197197 <artifactId >sqlite-jdbc</artifactId >
198- <version >3.51.2 .0</version >
198+ <version >3.51.3 .0</version >
199199 <scope >provided</scope >
200200 </dependency >
201201 <dependency >
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ public static void downloadAndEnable(JavaPlugin plugin) {
2424 Library lib3 = Library .builder ()
2525 .groupId ("org{}xerial" ) // "{}" is replaced with ".", useful to avoid unwanted changes made by maven-shade-plugin
2626 .artifactId ("sqlite-jdbc" )
27- .version ("3.51.2 .0" )
27+ .version ("3.51.3 .0" )
2828 .build ();
2929 Library lib4 = Library .builder ()
3030 .groupId ("com{}zaxxer" ) // "{}" is replaced with ".", useful to avoid unwanted changes made by maven-shade-plugin
You can’t perform that action at this time.
0 commit comments