Skip to content
This repository has been archived by the owner on Jul 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #235 from book000/chore/upgrade-dependencies
Browse files Browse the repository at this point in the history
chore: upgrade dependencies
  • Loading branch information
yuuahp authored Feb 12, 2024
2 parents 0cccc18 + 0e1dd44 commit d899fb6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs</artifactId>
<version>4.7.3</version>
<version>4.8.3</version>
</dependency>
</dependencies>
</plugin>
Expand Down Expand Up @@ -114,17 +114,17 @@
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>5.0.0-beta.8</version>
<version>5.0.0-beta.20</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20230227</version>
<version>20240205</version>
</dependency>
<dependency>
<groupId>com.sedmelluq</groupId>
<artifactId>lavaplayer</artifactId>
<version>1.3.77</version>
<version>1.3.78</version>
</dependency>
<dependency>
<groupId>com.github.aikaterna</groupId>
Expand All @@ -134,22 +134,22 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
<version>3.14.0</version>
</dependency>
<dependency>
<groupId>com.github.minndevelopment</groupId>
<artifactId>emoji-java</artifactId>
<version>v6.1.0</version>
<version>6.1.0</version>
</dependency>
<dependency>
<groupId>cloud.commandframework</groupId>
<artifactId>cloud-jda</artifactId>
<version>1.8.3</version>
<version>1.8.4</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.9.2</version>
<version>5.10.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -159,7 +159,7 @@
</dependency>
<dependency>
<groupId>com.rollbar</groupId>
<version>1.8.1</version>
<version>1.10.0</version>
<artifactId>rollbar-java</artifactId>
</dependency>
<dependency>
Expand All @@ -170,7 +170,7 @@
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
<version>4.7.3</version>
<version>4.8.3</version>
<optional>true</optional>
</dependency>
</dependencies>
Expand Down

0 comments on commit d899fb6

Please sign in to comment.