Skip to content

Commit 64338a3

Browse files
authored
fix(deps): Update log4j2 monorepo to v2.25.3 (#397)
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://redirect.github.com/apache/logging-log4j2)) | dependencies | patch | `2.25.2` -> `2.25.3` | | [org.apache.logging.log4j:log4j-api](https://logging.apache.org/log4j/2.x/) ([source](https://redirect.github.com/apache/logging-log4j2)) | dependencies | patch | `2.25.2` -> `2.25.3` | --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
1 parent 8c0b996 commit 64338a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ dependencies {
4141
implementation "com.fasterxml.jackson.core:jackson-core:2.20.1"
4242
implementation "com.fasterxml.jackson.core:jackson-annotations:2.20"
4343

44-
implementation 'org.apache.logging.log4j:log4j-api:2.25.2'
45-
implementation 'org.apache.logging.log4j:log4j-core:2.25.2'
44+
implementation 'org.apache.logging.log4j:log4j-api:2.25.3'
45+
implementation 'org.apache.logging.log4j:log4j-core:2.25.3'
4646

4747
testImplementation 'io.grpc:grpc-testing:1.76.0'
4848
testImplementation 'io.grpc:grpc-inprocess:1.76.0'

0 commit comments

Comments
 (0)