Skip to content

Commit 5967f90

Browse files
authored
fix(deps): Update log4j2 monorepo to v2.24.3 (#308)
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.2` -> `2.24.3` | | [org.apache.logging.log4j:log4j-api](https://logging.apache.org/log4j/2.x/) ([source](https://togithub.com/apache/logging-log4j2)) | dependencies | patch | `2.24.2` -> `2.24.3` | --- ### 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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
1 parent 16989e5 commit 5967f90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: lib/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ dependencies {
4545
implementation "com.fasterxml.jackson.core:jackson-core:2.18.2"
4646
implementation "com.fasterxml.jackson.core:jackson-annotations:2.18.2"
4747

48-
implementation 'org.apache.logging.log4j:log4j-api:2.24.2'
49-
implementation 'org.apache.logging.log4j:log4j-core:2.24.2'
48+
implementation 'org.apache.logging.log4j:log4j-api:2.24.3'
49+
implementation 'org.apache.logging.log4j:log4j-core:2.24.3'
5050

5151
testImplementation 'io.grpc:grpc-testing:1.68.2'
5252
testImplementation 'io.grpc:grpc-inprocess:1.68.2'

0 commit comments

Comments
 (0)