Skip to content

Commit d1e4ae1

Browse files
fix(deps): update daggerversion to v2.57.1 (#744)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [com.google.dagger:dagger-compiler](https://redirect.github.com/google/dagger) | `2.57` -> `2.57.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.dagger:dagger-compiler/2.57.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.dagger:dagger-compiler/2.57/2.57.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [com.google.dagger:dagger](https://redirect.github.com/google/dagger) | `2.57` -> `2.57.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.dagger:dagger/2.57.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.dagger:dagger/2.57/2.57.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44MS4yIiwidXBkYXRlZEluVmVyIjoiNDEuODEuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiMy4gdG8gcmV2aWV3IiwiZGVwZW5kZW5jaWVzIl19--> 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 40bc33e commit d1e4ae1

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.57"
10+
daggerVersion = "2.57.1"
1111
kotlinVersion = "2.2.10"
1212
}
1313
}

0 commit comments

Comments
 (0)