From 3be68fb1cbe1f4d8c5e5335111be7e996fa1dba4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 07:59:37 +0000 Subject: [PATCH] chore(deps): bump org.apache.logging.log4j:log4j-slf4j-impl Bumps [org.apache.logging.log4j:log4j-slf4j-impl](https://github.com/apache/logging-log4j2) from 2.17.2 to 2.20.0. - [Release notes](https://github.com/apache/logging-log4j2/releases) - [Changelog](https://github.com/apache/logging-log4j2/blob/release-2.x/CHANGELOG.adoc) - [Commits](https://github.com/apache/logging-log4j2/compare/rel/2.17.2...rel/2.20.0) --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-slf4j-impl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 9153af8..73c4f74 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -48,7 +48,7 @@ dependencies { implementation("org.apache.commons:commons-text:1.9") implementation("guru.nidi:graphviz-java-all-j2v8:0.18.1") implementation("org.apache.logging.log4j:log4j-core:2.17.2") - implementation("org.apache.logging.log4j:log4j-slf4j-impl:2.17.2") + implementation("org.apache.logging.log4j:log4j-slf4j-impl:2.20.0") testImplementation("org.junit.jupiter:junit-jupiter:5.8.2") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.8.2")