From 3d382a08a4e929614fe86a514e3a8dbb1264306e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 00:10:11 +0200 Subject: [PATCH] Update dependency org.slf4j:slf4j-api to v2.0.9 (#67) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1b812a3..dc3761f 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ dependencies { implementation 'org.jparsec:jparsec:3.1' // log - implementation 'org.slf4j:slf4j-api:2.0.6' + implementation 'org.slf4j:slf4j-api:2.0.9' testRuntimeOnly 'ch.qos.logback:logback-classic:1.3.4' // tests are in Scala