|
3 | 3 | <modelVersion>4.0.0</modelVersion>
|
4 | 4 | <groupId>ratismal</groupId>
|
5 | 5 | <artifactId>DriveBackupV2</artifactId>
|
6 |
| - <version>1.6.1</version> |
| 6 | + <version>1.6.2</version> |
7 | 7 | <properties>
|
8 | 8 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
9 | 9 | <!--suppress UnresolvedMavenProperty -->
|
|
194 | 194 | <dependency>
|
195 | 195 | <groupId>org.json</groupId>
|
196 | 196 | <artifactId>json</artifactId>
|
197 |
| - <version>20231013</version> |
| 197 | + <version>20240303</version> |
198 | 198 | </dependency>
|
199 | 199 | <dependency>
|
200 | 200 | <groupId>commons-net</groupId>
|
201 | 201 | <artifactId>commons-net</artifactId>
|
202 |
| - <version>3.9.0</version> |
| 202 | + <version>3.10.0</version> |
203 | 203 | </dependency>
|
204 | 204 | <dependency>
|
205 | 205 | <groupId>com.hierynomus</groupId>
|
|
214 | 214 | <dependency>
|
215 | 215 | <groupId>commons-codec</groupId>
|
216 | 216 | <artifactId>commons-codec</artifactId>
|
217 |
| - <version>1.16.0</version> |
| 217 | + <version>1.16.1</version> |
218 | 218 | </dependency>
|
219 | 219 | <dependency>
|
220 | 220 | <groupId>net.kyori</groupId>
|
221 | 221 | <artifactId>adventure-platform-bukkit</artifactId>
|
222 |
| - <version>4.3.0</version> |
| 222 | + <version>4.3.2</version> |
223 | 223 | </dependency>
|
224 | 224 | <dependency>
|
225 | 225 | <groupId>net.kyori</groupId>
|
226 | 226 | <artifactId>adventure-text-minimessage</artifactId>
|
227 |
| - <version>4.15.0</version> |
| 227 | + <version>4.16.0</version> |
228 | 228 | </dependency>
|
229 | 229 | <dependency>
|
230 | 230 | <groupId>net.kyori</groupId>
|
231 | 231 | <artifactId>adventure-text-serializer-legacy</artifactId>
|
232 |
| - <version>4.15.0</version> |
| 232 | + <version>4.16.0</version> |
233 | 233 | </dependency>
|
234 | 234 | <dependency>
|
235 | 235 | <groupId>io.minio</groupId>
|
|
0 commit comments