From de46968bd5067cb8f4cfb1dd592c155abc0c4d3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Nov 2022 01:03:19 +0000 Subject: [PATCH] Bump slf4j-api from 2.0.3 to 2.0.4 Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 2.0.3 to 2.0.4. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.3...v_2.0.4) --- 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..8f18f5a0e 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.4' implementation 'org.apache.xmlgraphics:batik-bridge:1.15' implementation 'org.apache.xmlgraphics:batik-transcoder:1.15' implementation 'org.apache.xmlgraphics:batik-svggen:1.15'