Skip to content

Commit c90c6de

Browse files
committed
Bump version and depends
1 parent 14c65a2 commit c90c6de

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

DriveBackup/pom.xml

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>ratismal</groupId>
55
<artifactId>DriveBackupV2</artifactId>
6-
<version>1.6.1</version>
6+
<version>1.6.2</version>
77
<properties>
88
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
99
<!--suppress UnresolvedMavenProperty -->
@@ -194,12 +194,12 @@
194194
<dependency>
195195
<groupId>org.json</groupId>
196196
<artifactId>json</artifactId>
197-
<version>20231013</version>
197+
<version>20240303</version>
198198
</dependency>
199199
<dependency>
200200
<groupId>commons-net</groupId>
201201
<artifactId>commons-net</artifactId>
202-
<version>3.9.0</version>
202+
<version>3.10.0</version>
203203
</dependency>
204204
<dependency>
205205
<groupId>com.hierynomus</groupId>
@@ -214,22 +214,22 @@
214214
<dependency>
215215
<groupId>commons-codec</groupId>
216216
<artifactId>commons-codec</artifactId>
217-
<version>1.16.0</version>
217+
<version>1.16.1</version>
218218
</dependency>
219219
<dependency>
220220
<groupId>net.kyori</groupId>
221221
<artifactId>adventure-platform-bukkit</artifactId>
222-
<version>4.3.0</version>
222+
<version>4.3.2</version>
223223
</dependency>
224224
<dependency>
225225
<groupId>net.kyori</groupId>
226226
<artifactId>adventure-text-minimessage</artifactId>
227-
<version>4.15.0</version>
227+
<version>4.16.0</version>
228228
</dependency>
229229
<dependency>
230230
<groupId>net.kyori</groupId>
231231
<artifactId>adventure-text-serializer-legacy</artifactId>
232-
<version>4.15.0</version>
232+
<version>4.16.0</version>
233233
</dependency>
234234
<dependency>
235235
<groupId>io.minio</groupId>

0 commit comments

Comments
 (0)