mirror of
https://github.com/TotalFreedomMC/Minecraft-JDA.git
synced 2025-02-05 06:12:42 +00:00
Update dependencies
This commit is contained in:
parent
240448275c
commit
58403d86c3
3 changed files with 9 additions and 23 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,3 +2,4 @@ target/
|
||||||
.idea
|
.idea
|
||||||
*.iml
|
*.iml
|
||||||
dependency-reduced-pom.xml
|
dependency-reduced-pom.xml
|
||||||
|
.DS_Store
|
27
pom.xml
27
pom.xml
|
@ -31,21 +31,14 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.dv8tion</groupId>
|
<groupId>net.dv8tion</groupId>
|
||||||
<artifactId>JDA</artifactId>
|
<artifactId>JDA</artifactId>
|
||||||
<version>4.3.0_277</version>
|
<version>4.4.0_351</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.spigotmc</groupId>
|
<groupId>org.spigotmc</groupId>
|
||||||
<artifactId>spigot-api</artifactId>
|
<artifactId>spigot-api</artifactId>
|
||||||
<version>1.17.1-R0.1-SNAPSHOT</version>
|
<version>1.18-R0.1-SNAPSHOT</version>
|
||||||
<scope>compile</scope>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.neovisionaries</groupId>
|
|
||||||
<artifactId>nv-websocket-client</artifactId>
|
|
||||||
<version>2.14</version>
|
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
@ -53,22 +46,14 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.json</groupId>
|
<groupId>org.json</groupId>
|
||||||
<artifactId>json</artifactId>
|
<artifactId>json</artifactId>
|
||||||
<version>20210307</version>
|
<version>20211205</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.squareup.okhttp3</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
<artifactId>okhttp</artifactId>
|
<artifactId>commons-collections4</artifactId>
|
||||||
<version>4.9.0</version>
|
<version>4.4</version>
|
||||||
<scope>compile</scope>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.slf4j</groupId>
|
|
||||||
<artifactId>slf4j-api</artifactId>
|
|
||||||
<version>1.7.32</version>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: JDA
|
name: JDA
|
||||||
version: 4.3.0_277
|
version: 4.4.0_351
|
||||||
author: scripthead
|
author: scripthead
|
||||||
main: me.totalfreedom.jda.JDA
|
main: me.totalfreedom.jda.JDA
|
||||||
api-version: "1.17"
|
api-version: "1.18"
|
Loading…
Reference in a new issue