Merge pull request #4560 from vector-im/dependabot/gradle/dagger-2.40.2

Bump dagger from 2.40.1 to 2.40.2
This commit is contained in:
Benoit Marty 2021-11-25 09:26:28 +01:00 committed by GitHub
commit 540158316e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ def gradle = "7.0.3"
// Ref: https://kotlinlang.org/releases.html
def kotlin = "1.5.31"
def kotlinCoroutines = "1.5.2"
def dagger = "2.40.1"
def dagger = "2.40.2"
def retrofit = "2.9.0"
def arrow = "0.8.2"
def markwon = "4.6.2"