Merge pull request #5980 from vector-im/dependabot/gradle/dagger-2.41

Bump dagger from 2.40.5 to 2.41
This commit is contained in:
Benoit Marty 2022-05-09 16:59:33 +02:00 committed by GitHub
commit 77977a0775
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ def gradle = "7.0.4"
// Ref: https://kotlinlang.org/releases.html
def kotlin = "1.6.0"
def kotlinCoroutines = "1.6.0"
def dagger = "2.40.5"
def dagger = "2.41"
def retrofit = "2.9.0"
def arrow = "0.8.2"
def markwon = "4.6.2"