Skip to content

Commit

Permalink
Bump version and depends
Browse files Browse the repository at this point in the history
  • Loading branch information
lrmtheboss committed Apr 10, 2024
1 parent 14c65a2 commit c90c6de
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions DriveBackup/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ratismal</groupId>
<artifactId>DriveBackupV2</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!--suppress UnresolvedMavenProperty -->
Expand Down Expand Up @@ -194,12 +194,12 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20231013</version>
<version>20240303</version>
</dependency>
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>3.9.0</version>
<version>3.10.0</version>
</dependency>
<dependency>
<groupId>com.hierynomus</groupId>
Expand All @@ -214,22 +214,22 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.16.0</version>
<version>1.16.1</version>
</dependency>
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-platform-bukkit</artifactId>
<version>4.3.0</version>
<version>4.3.2</version>
</dependency>
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-text-minimessage</artifactId>
<version>4.15.0</version>
<version>4.16.0</version>
</dependency>
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-text-serializer-legacy</artifactId>
<version>4.15.0</version>
<version>4.16.0</version>
</dependency>
<dependency>
<groupId>io.minio</groupId>
Expand Down

0 comments on commit c90c6de

Please sign in to comment.