diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index a38b5da..67149b1 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -6,11 +6,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v1
- - name: Set up JDK 1.13
- uses: actions/setup-java@v1
+ - uses: actions/checkout@v2.3.4
+ - name: Set up JDK 15
+ uses: actions/setup-java@v1.3.4
with:
- java-version: 1.13
+ java-version: '15'
- name: Build with Maven
run: mvn -B package --file pom.xml
@@ -19,11 +19,11 @@ jobs:
needs: build
if: github.ref == 'refs/heads/master'
steps:
- - uses: actions/checkout@v1
- - name: Set up JDK 1.13
- uses: actions/setup-java@v1
+ - uses: actions/checkout@v2.3.4
+ - name: Set up JDK 15
+ uses: actions/setup-java@v1.3.4
with:
- java-version: 1.13
+ java-version: 15''
- name: Build Final Jar
run: mvn clean compile assembly:single
- name: Copy folder content recursively to remote
diff --git a/pom.xml b/pom.xml
index bfd9b2c..b4bcae0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
4.0.0
Hadder
Hadder
- 1.3.25
+ 1.3.26
Hadder
2019
Hadder is a multi-purpose Discord bot.
@@ -22,8 +22,8 @@
UTF-8
- 1.13
- 1.13
+ 1.15
+ 1.15
yyyy-MM-dd'T'HH:mm:ss'Z'
@@ -69,7 +69,7 @@
net.dv8tion
JDA
- 4.2.0_228
+ 4.2.0_231
org.json
@@ -94,17 +94,17 @@
org.kohsuke
github-api
- 1.122
+ 1.123
com.sedmelluq
lavaplayer
- 1.3.67
+ 1.3.72
com.fasterxml.jackson.core
jackson-annotations
- 2.12.1
+ 2.12.2
@@ -159,8 +159,8 @@
maven-compiler-plugin
3.8.1
- 13
- 13
+ 15
+ 15