From 87ae0efca0d87998c1154a3b299a717c2074273f Mon Sep 17 00:00:00 2001 From: "cloudquery-ci[bot]" <271027272+cloudquery-ci[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 01:16:25 +0000 Subject: [PATCH] fix(deps): Update log4j2 monorepo to v2.26.0 --- lib/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/build.gradle b/lib/build.gradle index cd12e06..2388149 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -41,8 +41,8 @@ dependencies { implementation "com.fasterxml.jackson.core:jackson-core:2.21.2" implementation "com.fasterxml.jackson.core:jackson-annotations:2.21" - implementation 'org.apache.logging.log4j:log4j-api:2.25.4' - implementation 'org.apache.logging.log4j:log4j-core:2.25.4' + implementation 'org.apache.logging.log4j:log4j-api:2.26.0' + implementation 'org.apache.logging.log4j:log4j-core:2.26.0' testImplementation 'io.grpc:grpc-testing:1.80.0' testImplementation 'io.grpc:grpc-inprocess:1.80.0'