From 35b11b690b1813a64b9aa754225c6c3792bbfc70 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 18 Jun 2021 05:55:34 +0000 Subject: [PATCH] Bump slf4j-api from 1.7.25 to 1.7.31 Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.25 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 4fa202b..2f9769f 100644 --- a/build.gradle +++ b/build.gradle @@ -50,7 +50,7 @@ dependencies { compile "io.ktor:ktor-gson:$ktor_version" compile "org.jetbrains.squash:squash-h2:$squash_version" compile "ch.qos.logback:logback-classic:1.2.1" - compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.25' + compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.31' testCompile "io.ktor:ktor-server-test-host:$ktor_version" testCompile group: 'junit', name: 'junit', version: '4.12'