Skip to content

Commit 42074e0

Browse files
committed
(dependency) bump dependency version
1 parent a2c2eeb commit 42074e0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>land.melon.lab</groupId>
4949
<artifactId>simplelanguageloader</artifactId>
50-
<version>1.13.10</version>
50+
<version>1.13.12</version>
5151
<scope>compile</scope>
5252
</dependency>
5353
<dependency>
@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>org.xerial</groupId>
7373
<artifactId>sqlite-jdbc</artifactId>
74-
<version>3.46.0.0</version>
74+
<version>3.46.1.0</version>
7575
<scope>provided</scope>
7676
</dependency>
7777
<dependency>

src/main/resources/plugin.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ softdepend:
1212
api-version: ${minecraft.version}
1313
folia-supported: true
1414
libraries:
15-
- org.xerial:sqlite-jdbc:3.46.0.0
15+
- org.xerial:sqlite-jdbc:3.46.1.0
1616
authors:
1717
- Nyaacat Community
1818
commands:

0 commit comments

Comments
 (0)