From c3fe82f72d840c5462159b0f9c99cf1ffc111ad2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 21:59:27 +0000 Subject: [PATCH] Bump org.slf4j:slf4j-simple from 2.0.6 to 2.0.7 Bumps [org.slf4j:slf4j-simple](https://github.com/qos-ch/slf4j) from 2.0.6 to 2.0.7. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.6...v_2.0.7) --- updated-dependencies: - dependency-name: org.slf4j:slf4j-simple dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- common/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/build.gradle b/common/build.gradle index c329494..4ff3950 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -8,7 +8,7 @@ dependencies { implementation 'com.squareup.moshi:moshi-kotlin:1.10.0' implementation 'com.squareup.okhttp3:okhttp:4.9.0' implementation 'org.eclipse.jgit:org.eclipse.jgit:6.5.0.202303070854-r' - implementation 'org.slf4j:slf4j-simple:2.0.6' + implementation 'org.slf4j:slf4j-simple:2.0.7' implementation 'io.ktor:ktor-server-core:1.4.0' implementation 'io.ktor:ktor-server-netty:1.4.0'