From 7ae003248223dd2e54e833f70a52777b01d9f4e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 01:04:04 +0000 Subject: [PATCH] Bump slf4j-api from 2.0.3 to 2.0.6 Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 2.0.3 to 2.0.6. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.3...v_2.0.6) --- 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d381b9b4d..591512247 100644 --- a/build.gradle +++ b/build.gradle @@ -57,7 +57,7 @@ dependencies { implementation 'com.github.vlsi.mxgraph:jgraphx:4.2.2' implementation 'org.jgrapht:jgrapht-core:1.5.1' implementation 'org.jgrapht:jgrapht-ext:1.5.1' - implementation 'org.slf4j:slf4j-api:2.0.3' + implementation 'org.slf4j:slf4j-api:2.0.6' implementation 'org.apache.xmlgraphics:batik-bridge:1.15' implementation 'org.apache.xmlgraphics:batik-transcoder:1.15' implementation 'org.apache.xmlgraphics:batik-svggen:1.15'