Skip to content

Commit 281e6df

Browse files
fix(deps): Update log4j2 monorepo to v2.26.0 (#457)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [org.apache.logging.log4j:log4j-core](https://logging.apache.org/log4j/2.x/) ([source](https://redirect.github.com/apache/logging-log4j2)) | `2.25.4` → `2.26.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.apache.logging.log4j:log4j-core/2.26.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.apache.logging.log4j:log4j-core/2.25.4/2.26.0?slim=true) | | [org.apache.logging.log4j:log4j-api](https://logging.apache.org/log4j/2.x/) ([source](https://redirect.github.com/apache/logging-log4j2)) | `2.25.4` → `2.26.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.apache.logging.log4j:log4j-api/2.26.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.apache.logging.log4j:log4j-api/2.25.4/2.26.0?slim=true) | --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month (`* 0-3 1 * *`) - 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 [Mend Renovate](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNDAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE0MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
1 parent 8412b56 commit 281e6df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.21.3"
4242
implementation "com.fasterxml.jackson.core:jackson-annotations:2.21"
4343

44-
implementation 'org.apache.logging.log4j:log4j-api:2.25.4'
45-
implementation 'org.apache.logging.log4j:log4j-core:2.25.4'
44+
implementation 'org.apache.logging.log4j:log4j-api:2.26.0'
45+
implementation 'org.apache.logging.log4j:log4j-core:2.26.0'
4646

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

0 commit comments

Comments
 (0)