From 3ea25d8f3f4dd2bcb8a4bb538306c8d8773c7821 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Sep 2022 14:13:02 +0000 Subject: [PATCH] chore(deps): bump slf4j-simple from 1.7.30 to 2.0.1 in /tests Bumps [slf4j-simple](https://github.com/qos-ch/slf4j) from 1.7.30 to 2.0.1. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.30...v_2.0.1) --- updated-dependencies: - dependency-name: org.slf4j:slf4j-simple dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tests/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/build.gradle b/tests/build.gradle index 77c39fc..c440f10 100644 --- a/tests/build.gradle +++ b/tests/build.gradle @@ -15,7 +15,7 @@ dependencies { testImplementation group: 'junit', name: 'junit', version: '4.13' testImplementation "org.testcontainers:testcontainers:1.14.3" testImplementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.30' - testImplementation group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.30' + testImplementation group: 'org.slf4j', name: 'slf4j-simple', version: '2.0.1' } test {