From 4afac671f175df6222cf94a9826e6d6c5fcf0a8a Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sun, 1 Dec 2024 03:11:28 +0200 Subject: [PATCH] fix(deps): Update log4j2 monorepo to v2.24.2 (#291) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [org.apache.logging.log4j:log4j-core](https://logging.apache.org/log4j/2.x/) ([source](https://togithub.com/apache/logging-log4j2)) | dependencies | patch | `2.24.1` -> `2.24.2` | | [org.apache.logging.log4j:log4j-api](https://logging.apache.org/log4j/2.x/) ([source](https://togithub.com/apache/logging-log4j2)) | dependencies | patch | `2.24.1` -> `2.24.2` | --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- lib/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/build.gradle b/lib/build.gradle index 0190f64..6e81369 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -45,8 +45,8 @@ dependencies { implementation "com.fasterxml.jackson.core:jackson-core:2.18.1" implementation "com.fasterxml.jackson.core:jackson-annotations:2.18.1" - implementation 'org.apache.logging.log4j:log4j-api:2.24.1' - implementation 'org.apache.logging.log4j:log4j-core:2.24.1' + implementation 'org.apache.logging.log4j:log4j-api:2.24.2' + implementation 'org.apache.logging.log4j:log4j-core:2.24.2' testImplementation 'io.grpc:grpc-testing:1.68.1' testImplementation 'io.grpc:grpc-inprocess:1.68.1'