From 55925750f6e685058ae527ce9c8928e0c5c84e09 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 04:17:39 +0000 Subject: [PATCH] Bump slf4j-simple from 1.7.28 to 1.7.31 Bumps [slf4j-simple](https://github.com/qos-ch/slf4j) from 1.7.28 to 1.7.31. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/commits) 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 bb94998..db6b522 100644 --- a/build.gradle +++ b/build.gradle @@ -56,7 +56,7 @@ dependencies { //Logging API api "org.slf4j:slf4j-api:1.7.28" - testImplementation 'org.slf4j:slf4j-simple:1.7.28' + testImplementation 'org.slf4j:slf4j-simple:1.7.31' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" testImplementation "org.junit.jupiter:junit-jupiter:$junit5_version"