From 5569c091cdb14472ccabaa913d7d454c22a7cabe Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 22:22:44 +0000 Subject: [PATCH] Bump discord4j-core from 3.0.1 to 3.1.7 Bumps [discord4j-core](https://github.com/Discord4J/Discord4J) from 3.0.1 to 3.1.7. - [Release notes](https://github.com/Discord4J/Discord4J/releases) - [Commits](https://github.com/Discord4J/Discord4J/compare/3.0.1...3.1.7) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 50efb0b..2464db7 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ plugins { subprojects { buildscript { ext.kotlin_version = '1.3.21' - ext.discord_version = '3.0.1' + ext.discord_version = '3.1.7' ext.courutines_version = '1.3.8' }