From fad80bcc5c366585665379f5a145449a5401f273 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Feb 2022 17:22:07 +0000 Subject: [PATCH] Bump slf4j-api from 1.7.30 to 1.7.36 Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.30 to 1.7.36. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.30...v_1.7.36) --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6ed9539..9445c5e 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ dependencies { compile 'org.ow2.sat4j:org.ow2.sat4j.core:2.3.6' compile 'org.ow2.sat4j:org.ow2.sat4j.maxsat:2.3.6' // The production code uses the SLF4J logging API at compile time - compile 'org.slf4j:slf4j-api:1.7.30' + compile 'org.slf4j:slf4j-api:1.7.36' // CF test lib dependency testCompile fileTree(dir: "${cfPath}/framework-test/build/libs", include: "framework-test-*.jar")