diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index b313b1f..e24ce41 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -21,7 +21,7 @@ If applicable, add screenshots to help explain your problem.
**System (please complete the following information):**
- Java-Version: [e.g. 11]
- - JDA-Version [e.g. 5.0.0-alpha.19]
+ - JDA-Version [e.g. 5.0.0-alpha.20]
- Project-Version [e.g. 1.0.0]
**Additional context**
diff --git a/README.md b/README.md
index 9d8e73f..82c95c1 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ If you have questions or problems regarding the JDA Commands API, you can create
## Requirements
The following things are required to use JDA Commands:
* Java 8+
-* [JDA](https://github.com/DV8FromTheWorld/JDA) v5.0.0-alpha.19
+* [JDA](https://github.com/DV8FromTheWorld/JDA) v5.0.0-alpha.20
## Usage
How you can use the API is written in our [wiki](https://github.com/Dominik48N/jda-commands/wiki). Here you will only be briefly shown how to implement the API in Maven and Gradle.
diff --git a/pom.xml b/pom.xml
index 91bacf0..2e9bb9c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,15 +21,9 @@
net.dv8tion
JDA
- 5.0.0-alpha.19
+ 5.0.0-alpha.20
provided
-
- com.google.guava
- guava
- 23.0
- compile
-
org.apache.commons
commons-lang3