Skip to content

Commit 14ba60b

Browse files
authored
Merge pull request #150 from RefracDevelopment/dependabot/maven/org.xerial-sqlite-jdbc-3.51.3.0
build(deps): bump org.xerial:sqlite-jdbc from 3.51.2.0 to 3.51.3.0
2 parents 9e5f2ff + 6f878ca commit 14ba60b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
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>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)