From 409977fdc4c5df1c78610d02b84160fedee11d15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 18:46:22 +0000 Subject: [PATCH] Bump org.slf4j:slf4j-api from 1.7.32 to 2.0.6 Bumps [org.slf4j:slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.32 to 2.0.6. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.32...v_2.0.6) --- 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..d2ed6bb 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.6' 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.6' testCompile sourceSets.lang.output testCompile 'junit:junit:4.13.2'