From 1aeb854cacdbe6e8b021232dacffd2c6b370c26a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 04:01:48 +0000 Subject: [PATCH] fix(deps): bump slf4j-api from 2.0.2 to 2.0.3 Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 2.0.2 to 2.0.3. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.2...v_2.0.3) --- 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.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 44619d6..dedacf4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,7 +13,7 @@ val jspecifyVersion = "0.2.0" dependencies { compileOnly("com.github.spotbugs:spotbugs:$spotbugsVersion") compileOnly("org.jspecify:jspecify:$jspecifyVersion") - compileOnly("org.slf4j:slf4j-api:2.0.2") + compileOnly("org.slf4j:slf4j-api:2.0.3") testImplementation("org.apache.logging.log4j:log4j-slf4j18-impl:2.18.0") testImplementation("com.github.spotbugs:spotbugs:$spotbugsVersion") testImplementation("com.github.spotbugs:test-harness:$spotbugsVersion")