Skip to content

Commit

Permalink
Update dependency at.favre.lib:slf4j-timber to v1.0.1 (#1437)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[at.favre.lib:slf4j-timber](https://github.com/patrickfav/slf4j-timber)
| `1.0.0` -> `1.0.1` |
[![age](https://badges.renovateapi.com/packages/maven/at.favre.lib:slf4j-timber/1.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/maven/at.favre.lib:slf4j-timber/1.0.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/maven/at.favre.lib:slf4j-timber/1.0.1/compatibility-slim/1.0.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/maven/at.favre.lib:slf4j-timber/1.0.1/confidence-slim/1.0.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the logs
for more information.

---

### Release Notes

<details>
<summary>patrickfav/slf4j-timber (at.favre.lib:slf4j-timber)</summary>

###
[`v1.0.1`](https://github.com/patrickfav/slf4j-timber/blob/HEAD/CHANGELOG#v101)

- loggable will only return true if Timber has a Tree planted (thx
[@&#8203;drewhamilton](https://github.com/drewhamilton))
-   update Gradle Plugin to 3.1.2
-   fix missing drawable in app module

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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 this update
again.

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/owntracks/android).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNTkuNyIsInVwZGF0ZWRJblZlciI6IjM1LjE1OS43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 11, 2023
1 parent 13da31f commit 753f109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ dependencies {
implementation(libs.androidx.room.runtime)
implementation("com.growse:lmdb-kt:0.1.1-SNAPSHOT")
implementation("org.slf4j:slf4j-simple:2.0.7")
implementation("at.favre.lib:slf4j-timber:1.0.0")
implementation("at.favre.lib:slf4j-timber:1.0.1")
implementation("com.google.flatbuffers:flatbuffers-java:23.5.26")

// The BC version shipped under com.android is half-broken. Weird certificate issues etc.
Expand Down

0 comments on commit 753f109

Please sign in to comment.