From d663f2a0feff9bea29613621de8545111a3bf04c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 14:33:42 +0000 Subject: [PATCH] Bump org.slf4j:slf4j-api from 2.0.6 to 2.0.7 Bumps [org.slf4j:slf4j-api](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/commits) --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- manual/build.gradle.kts | 2 +- modules/core/build.gradle.kts | 2 +- modules/retrofit/build.gradle.kts | 2 +- modules/selenium/build.gradle.kts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manual/build.gradle.kts b/manual/build.gradle.kts index 7a1a6355..de362d57 100644 --- a/manual/build.gradle.kts +++ b/manual/build.gradle.kts @@ -11,7 +11,7 @@ dependencies { implementation("com.google.code.findbugs:jsr305:3.0.2") - testImplementation("org.slf4j:slf4j-api:2.0.6") + testImplementation("org.slf4j:slf4j-api:2.0.7") testImplementation("ch.qos.logback:logback-classic:1.4.5") testImplementation(platform("org.junit:junit-bom:5.9.2")) diff --git a/modules/core/build.gradle.kts b/modules/core/build.gradle.kts index e62b0549..db0f8189 100644 --- a/modules/core/build.gradle.kts +++ b/modules/core/build.gradle.kts @@ -10,7 +10,7 @@ repositories { mavenCentral() } dependencies { implementation("com.google.code.findbugs:jsr305:3.0.2") - implementation("org.slf4j:slf4j-api:2.0.6") + implementation("org.slf4j:slf4j-api:2.0.7") testImplementation(project(":modules:testutils")) testImplementation("ch.qos.logback:logback-classic:1.4.5") diff --git a/modules/retrofit/build.gradle.kts b/modules/retrofit/build.gradle.kts index 78409abb..454932ea 100644 --- a/modules/retrofit/build.gradle.kts +++ b/modules/retrofit/build.gradle.kts @@ -21,7 +21,7 @@ dependencies { implementation("com.google.code.findbugs:jsr305:3.0.2") - testImplementation("org.slf4j:slf4j-api:2.0.6") + testImplementation("org.slf4j:slf4j-api:2.0.7") testImplementation("ch.qos.logback:logback-classic:1.4.5") testImplementation(platform("org.junit:junit-bom:5.9.2")) diff --git a/modules/selenium/build.gradle.kts b/modules/selenium/build.gradle.kts index 4e601a8c..ebb69b8a 100644 --- a/modules/selenium/build.gradle.kts +++ b/modules/selenium/build.gradle.kts @@ -17,7 +17,7 @@ dependencies { implementation(platform("com.fasterxml.jackson:jackson-bom:2.14.2")) implementation("org.bouncycastle:bcprov-jdk15on:1.70") - testImplementation("org.slf4j:slf4j-api:2.0.6") + testImplementation("org.slf4j:slf4j-api:2.0.7") testImplementation("ch.qos.logback:logback-classic:1.4.5") testImplementation(project(":modules:testutils"))