Skip to content

Commit feaad1a

Browse files
fix(deps): update slf4j monorepo to v2 (#847)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [org.slf4j:slf4j-simple](http://www.slf4j.org) ([source](https://redirect.github.com/qos-ch/slf4j), [changelog](https://www.slf4j.org/news.html)) | `1.7.36` → `2.0.18` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.slf4j:slf4j-simple/2.0.18?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.slf4j:slf4j-simple/1.7.36/2.0.18?slim=true) | | [org.slf4j:slf4j-api](http://www.slf4j.org) ([source](https://redirect.github.com/qos-ch/slf4j), [changelog](https://www.slf4j.org/news.html)) | `1.7.36` → `2.0.18` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.slf4j:slf4j-api/2.0.18?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.slf4j:slf4j-api/1.7.36/2.0.18?slim=true) | --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - "before 9am on monday" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/btraceio/btrace). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNzkuMyIsInVwZGF0ZWRJblZlciI6IjQzLjI0Mi4yIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> <!-- Reviewable:start --> - - - This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/btraceio/btrace/847) <!-- Reviewable:end --> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 258b67f commit feaad1a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

btrace-runtime/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies {
4949
}
5050

5151
// https://mvnrepository.com/artifact/org.slf4j/slf4j-api
52-
implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.36'
52+
implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.18'
5353

5454
// https://mvnrepository.com/artifact/org.jctools/jctools-core
5555
implementation(group: 'org.jctools', name: 'jctools-core', version: '4.0.6')

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ dependencyResolutionManagement {
5858
version('asm', '9.10.1')
5959
version('jmh', '1.37')
6060
version('jmhGradlePlugin', '0.7.3')
61-
version('slf4j', '1.7.36')
61+
version('slf4j', '2.0.18')
6262
version('junit', '6.1.1')
6363
version('testcontainers', '2.0.5')
6464

0 commit comments

Comments
 (0)