Skip to content

Commit

Permalink
fix(maven): update dependencies so compile works
Browse files Browse the repository at this point in the history
  • Loading branch information
danorris709 committed Jul 9, 2024
1 parent ebefa7b commit fd0888a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.24</version>
<version>1.18.30</version>
<scope>provided</scope>
</dependency>
<!--- JDA -->
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>5.0.0-beta.22</version>
<version>5.0.0</version>
</dependency>
<!--- Jsoup -->
<dependency>
Expand Down

0 comments on commit fd0888a

Please sign in to comment.