From c800c492312f603f97253345cd756b46ea77d673 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 05:07:38 +0000 Subject: [PATCH] Bump slf4j-api from 2.0.3 to 2.0.5 Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 2.0.3 to 2.0.5. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.3...v_2.0.5) --- 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 3eafca8fb..e88fd4dc3 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.5' implementation 'org.apache.xmlgraphics:batik-bridge:1.15' implementation 'org.apache.xmlgraphics:batik-transcoder:1.15' implementation 'org.apache.xmlgraphics:batik-svggen:1.15'