Merge pull request #7585 from vector-im/dependabot/gradle/dagger-2.44.2

Bump dagger from 2.44 to 2.44.2
This commit is contained in:
Benoit Marty 2022-11-18 10:03:57 +01:00 committed by GitHub
commit d84b521b54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ def gradle = "7.3.1"
// Ref: https://kotlinlang.org/releases.html
def kotlin = "1.7.21"
def kotlinCoroutines = "1.6.4"
def dagger = "2.44"
def dagger = "2.44.2"
def appDistribution = "16.0.0-beta05"
def retrofit = "2.9.0"
def markwon = "4.6.2"