File tree Expand file tree Collapse file tree
src/main/java/me/refracdevelopment/simplegems/utilities Expand file tree Collapse file tree Original file line number Diff line number Diff line change 202202 <dependency >
203203 <groupId >org.xerial</groupId >
204204 <artifactId >sqlite-jdbc</artifactId >
205- <version >3.51.2 .0</version >
205+ <version >3.51.3 .0</version >
206206 <scope >provided</scope >
207207 </dependency >
208208 <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.0 .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