From e55a9ca11666d6810630c78729ebfca547ba8f52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Oct 2020 07:53:34 +0000 Subject: [PATCH] :arrow_up: Bump slf4j-simple from 1.7.21 to 1.7.30 Bumps [slf4j-simple](https://github.com/qos-ch/slf4j) from 1.7.21 to 1.7.30. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.21...v_1.7.30) Signed-off-by: dependabot[bot] --- examples/example-jda/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/example-jda/build.gradle b/examples/example-jda/build.gradle index ce057d2c..4f8fb78e 100644 --- a/examples/example-jda/build.gradle +++ b/examples/example-jda/build.gradle @@ -12,7 +12,7 @@ repositories { dependencies { implementation project(":cloud-jda") implementation 'net.dv8tion:JDA:4.2.0_211' - implementation 'org.slf4j:slf4j-simple:1.7.21' + implementation 'org.slf4j:slf4j-simple:1.7.30' } build.dependsOn(shadowJar)