Skip to content

Commit

Permalink
Update dagger to 2.51.1
Browse files Browse the repository at this point in the history
For support of *most* of jakarta.inject (excludes support for jakarta.inject.Provider !!)
Apanatshka authored Jul 25, 2024
1 parent 18b9952 commit 29235d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions depman/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ kotlinx-coroutines = "1.8.1" # https://github.com
capsule = "0.6.3" # https://usethesource.io/projects/capsule/ (https://github.com/usethesource/capsule)
# Dependency Injection
guice = "7.0.0" # https://github.com/google/guice
dagger = "2.36" # https://github.com/google/dagger
dagger = "2.51.1" # https://github.com/google/dagger
# Annotations & Annotation Processors
immutables = "2.10.1" # https://immutables.github.io/ (https://github.com/immutables/immutables)
derive4j = "1.1.1" # https://github.com/derive4j/derive4j
@@ -506,4 +506,4 @@ kotest = { module = "io.kotest:kotest-runne
kotest-assertions = { module = "io.kotest:kotest-assertions-core", version.ref = "kotest" }
kotest-datatest = { module = "io.kotest:kotest-framework-datatest", version.ref = "kotest" }
kotest-property = { module = "io.kotest:kotest-property", version.ref = "kotest" }
mockito-kotlin = { module = "com.nhaarman.mockitokotlin2:mockito-kotlin", version.ref = "mockito-kotlin" }
mockito-kotlin = { module = "com.nhaarman.mockitokotlin2:mockito-kotlin", version.ref = "mockito-kotlin" }

0 comments on commit 29235d0

Please sign in to comment.