Skip to content

Commit

Permalink
updated the pom.xml
Browse files Browse the repository at this point in the history
Changed Version to 1.2.1a
Updated Dependencies
  • Loading branch information
JoshiCodes committed Feb 14, 2024
1 parent c50f684 commit 5a456aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>de.joshicodes</groupId>
<artifactId>discordutils</artifactId>
<version>1.1.5d</version>
<version>1.2.1a</version>

<properties>
<maven.compiler.source>16</maven.compiler.source>
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>5.0.0-beta.13</version>
<version>5.0.0-beta.20</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
Expand All @@ -34,7 +34,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20220924</version>
<version>20230618</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 5a456aa

Please sign in to comment.