Skip to content

Commit e412713

Browse files
authored
Merge pull request #140 from RefracDevelopment/dependabot/maven/org.xerial-sqlite-jdbc-3.51.3.0
chore(deps): bump org.xerial:sqlite-jdbc from 3.51.2.0 to 3.51.3.0
2 parents 71801e9 + 17920b2 commit e412713

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

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

src/main/java/me/refracdevelopment/simpletags/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.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

0 commit comments

Comments
 (0)