From 514d658532b2525e405c658a706b98e48116b55a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 23 Oct 2020 13:26:22 +0000 Subject: [PATCH 1/7] Bump JDA from 4.2.0_209 to 4.2.0_210 Bumps JDA from 4.2.0_209 to 4.2.0_210. Signed-off-by: dependabot-preview[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f37520e..fe02478 100644 --- a/pom.xml +++ b/pom.xml @@ -69,7 +69,7 @@ net.dv8tion JDA - 4.2.0_209 + 4.2.0_210 org.json From 28051a3f0d294718909fcd1fffa7b128e21091cb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Oct 2020 13:16:30 +0000 Subject: [PATCH 2/7] Bump JDA from 4.2.0_210 to 4.2.0_211 Bumps JDA from 4.2.0_210 to 4.2.0_211. Signed-off-by: dependabot-preview[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fe02478..06b46d2 100644 --- a/pom.xml +++ b/pom.xml @@ -69,7 +69,7 @@ net.dv8tion JDA - 4.2.0_210 + 4.2.0_211 org.json From b7ce8c942943448ebac106efb51c4cc4e474432f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Oct 2020 13:16:50 +0000 Subject: [PATCH 3/7] Bump lavaplayer from 1.3.50 to 1.3.52 Bumps lavaplayer from 1.3.50 to 1.3.52. Signed-off-by: dependabot-preview[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fe02478..49e093f 100644 --- a/pom.xml +++ b/pom.xml @@ -99,7 +99,7 @@ com.sedmelluq lavaplayer - 1.3.50 + 1.3.52 com.fasterxml.jackson.core From 5b895b0c9961e8820c80bbfd080975d4cf2229c2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 13:14:53 +0000 Subject: [PATCH 4/7] Bump lavaplayer from 1.3.52 to 1.3.53 Bumps lavaplayer from 1.3.52 to 1.3.53. Signed-off-by: dependabot-preview[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a5fbce3..59dcb06 100644 --- a/pom.xml +++ b/pom.xml @@ -99,7 +99,7 @@ com.sedmelluq lavaplayer - 1.3.52 + 1.3.53 com.fasterxml.jackson.core From f4db0def1e2db241161e338b64ca576dd57a18e0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 28 Oct 2020 13:21:10 +0000 Subject: [PATCH 5/7] Bump JDA from 4.2.0_211 to 4.2.0_212 Bumps JDA from 4.2.0_211 to 4.2.0_212. Signed-off-by: dependabot-preview[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 59dcb06..64ef09b 100644 --- a/pom.xml +++ b/pom.xml @@ -69,7 +69,7 @@ net.dv8tion JDA - 4.2.0_211 + 4.2.0_212 org.json From 4ff99c82ff8527fd00de446b43d0f57c02081956 Mon Sep 17 00:00:00 2001 From: Greg Date: Wed, 28 Oct 2020 20:01:24 +0100 Subject: [PATCH 6/7] Update GH actions --- .github/workflows/maven.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index aa30f8c..a38b5da 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -30,16 +30,18 @@ jobs: uses: garygrossgarten/github-action-scp@release with: local: ./target/Hadder-Build.jar - remote: /home/Hadder-Build.jar + remote: /root/bots/Hadder/Hadder-Build.jar host: ${{ secrets.HOST }} - privateKey: ${{ secrets.PK }} + username: ${{ secrets.USERNAME }} + password: ${{ secrets.PASSWORD }} - name: executing remote ssh commands using password uses: appleboy/ssh-action@master with: host: ${{ secrets.HOST }} + username: ${{ secrets.USERNAME }} + password: ${{ secrets.PASSWORD }} port: ${{ secrets.PORT }} - key: ${{ secrets.PK }} - script: /home/deploy.sh + script: /root/bots/Hadder/deploy.sh - name: Send Webhook Notification if: always() env: From f75137e87c48515c46dacaaf5f20c9ffb285fa5b Mon Sep 17 00:00:00 2001 From: Greg Date: Wed, 28 Oct 2020 20:02:58 +0100 Subject: [PATCH 7/7] Update version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 64ef09b..377bc70 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ 4.0.0 Hadder Hadder - 1.3.19 + 1.3.20 Hadder 2019 Hadder is a multi-purpose Discord bot.