diff --git a/depman/gradle/libs.versions.toml b/depman/gradle/libs.versions.toml index 2ae8c10..d35adc1 100644 --- a/depman/gradle/libs.versions.toml +++ b/depman/gradle/libs.versions.toml @@ -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" } \ No newline at end of file +mockito-kotlin = { module = "com.nhaarman.mockitokotlin2:mockito-kotlin", version.ref = "mockito-kotlin" }