Skip to content

Commit be7005a

Browse files
fix(deps): update daggerversion to v2.59 (#869)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [com.google.dagger:dagger-compiler](https://redirect.github.com/google/dagger) | `2.58` → `2.59` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.dagger:dagger-compiler/2.59?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.dagger:dagger-compiler/2.58/2.59?slim=true) | | [com.google.dagger:dagger](https://redirect.github.com/google/dagger) | `2.58` → `2.59` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.dagger:dagger/2.59?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.dagger:dagger/2.58/2.59?slim=true) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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/nextcloud/android-common). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi44NS4xIiwidXBkYXRlZEluVmVyIjoiNDIuODUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiMy4gdG8gcmV2aWV3IiwiZGVwZW5kZW5jaWVzIl19--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 28b2ca3 commit be7005a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
buildscript {
99
ext {
10-
daggerVersion = "2.58"
10+
daggerVersion = "2.59"
1111
kotlinVersion = "2.3.0"
1212
jUnitVersion = "4.13.2"
1313
androidXTestVersion = "1.3.0"

0 commit comments

Comments
 (0)