From 1268415dcc6a336d7f05cdd03cbc79f7163dbec6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 15:23:09 +0000 Subject: [PATCH] Bump org.apache.logging.log4j:log4j-api-kotlin Bumps the log4j group in /prime-router with 1 update: [org.apache.logging.log4j:log4j-api-kotlin](https://github.com/apache/logging-log4j-kotlin). Updates `org.apache.logging.log4j:log4j-api-kotlin` from 1.4.0 to 1.5.0 - [Release notes](https://github.com/apache/logging-log4j-kotlin/releases) - [Commits](https://github.com/apache/logging-log4j-kotlin/compare/rel/1.4.0...rel/1.5.0) --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-api-kotlin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: log4j ... Signed-off-by: dependabot[bot] --- prime-router/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prime-router/build.gradle.kts b/prime-router/build.gradle.kts index f470edb4efa..0869b3ad8ab 100644 --- a/prime-router/build.gradle.kts +++ b/prime-router/build.gradle.kts @@ -821,7 +821,7 @@ dependencies { implementation("org.apache.logging.log4j:log4j-core:2.23.1") implementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.23.1") implementation("org.apache.logging.log4j:log4j-layout-template-json:2.23.1") - implementation("org.apache.logging.log4j:log4j-api-kotlin:1.4.0") + implementation("org.apache.logging.log4j:log4j-api-kotlin:1.5.0") implementation("io.github.oshai:kotlin-logging-jvm:7.0.0") implementation("com.github.doyaaaaaken:kotlin-csv-jvm:1.9.3") implementation("tech.tablesaw:tablesaw-core:0.43.1")