From 8180fcbc7c4404f94065a445bd4ffa9c4fe58c2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 04:07:43 +0000 Subject: [PATCH] Bump org.slf4j:slf4j-api from 1.7.30 to 2.0.7 Bumps [org.slf4j:slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.30 to 2.0.7. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/commits) --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index b776df2..02dbaba 100644 --- a/build.gradle +++ b/build.gradle @@ -66,12 +66,12 @@ dependencies { antlr 'org.antlr:antlr4:4.9.2' compile sourceSets.api.output - compile 'org.slf4j:slf4j-api:1.7.32' + compile 'org.slf4j:slf4j-api:2.0.7' langCompile sourceSets.api.output langCompile sourceSets.main.output langCompile 'org.antlr:antlr4:4.8' - langCompile 'org.slf4j:slf4j-api:1.7.30' + langCompile 'org.slf4j:slf4j-api:2.0.7' testCompile sourceSets.lang.output testCompile 'junit:junit:4.13.2'