Skip to content

Commit

Permalink
fix(deps): Update log4j2 monorepo to v2.24.2 (#291)
Browse files Browse the repository at this point in the history
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://github.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://github.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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
  • Loading branch information
cq-bot authored Dec 1, 2024
1 parent 92919c2 commit 4afac67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 4afac67

Please sign in to comment.