From 86ab7df12a7235b133eb9a30cf8bf42ee911938d Mon Sep 17 00:00:00 2001 From: "cloudquery-ci[bot]" <271027272+cloudquery-ci[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 00:44:13 +0000 Subject: [PATCH] fix(deps): Update log4j2 monorepo to v2.26.1 --- lib/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/build.gradle b/lib/build.gradle index 890cfa7..e50a02f 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -41,8 +41,8 @@ dependencies { implementation "com.fasterxml.jackson.core:jackson-core:2.22.0" implementation "com.fasterxml.jackson.core:jackson-annotations:2.22" - implementation 'org.apache.logging.log4j:log4j-api:2.26.0' - implementation 'org.apache.logging.log4j:log4j-core:2.26.0' + implementation 'org.apache.logging.log4j:log4j-api:2.26.1' + implementation 'org.apache.logging.log4j:log4j-core:2.26.1' testImplementation 'io.grpc:grpc-testing:1.82.1' testImplementation 'io.grpc:grpc-inprocess:1.82.1'