From 5ae895a2b9d55e9450a6ff65827db58a7920badb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 08:23:35 +0000 Subject: [PATCH] Bump org.slf4j:slf4j-simple from 2.0.9 to 2.0.12 Bumps org.slf4j:slf4j-simple from 2.0.9 to 2.0.12. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-simple 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 f4c71663..a8f773c1 100644 --- a/build.gradle +++ b/build.gradle @@ -90,7 +90,7 @@ dependencies { implementation "io.rest-assured:json-schema-validator:${restAssured}" implementation "io.rest-assured:json-path:${restAssured}" implementation 'org.json:json:20231013' - implementation 'org.slf4j:slf4j-simple:2.0.9' + implementation 'org.slf4j:slf4j-simple:2.0.12' implementation 'com.konghq:unirest-java:3.14.5' implementation 'com.github.tomakehurst:wiremock:3.0.1' implementation 'net.lightbody.bmp:browsermob-core:2.1.5'