Skip to content

Commit 6cd14f8

Browse files
dependabot[bot]mikosik
authored andcommitted
dependabot: bump com.google.dagger:dagger-compiler from 2.57.2 to 2.59
Bumps [com.google.dagger:dagger-compiler](https://github.com/google/dagger) from 2.57.2 to 2.59. - [Release notes](https://github.com/google/dagger/releases) - [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md) - [Commits](google/dagger@dagger-2.57.2...dagger-2.59) --- updated-dependencies: - dependency-name: com.google.dagger:dagger-compiler dependency-version: '2.59' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cb0e2b8 commit 6cd14f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ dependencyResolutionManagement {
2424
library('antlr4-runtime', 'org.antlr:antlr4-runtime:4.13.2')
2525
library('guava', 'com.google.guava:guava:33.5.0-jre')
2626
library('jspecify', 'org.jspecify:jspecify:1.0.0')
27-
library('dagger', 'com.google.dagger:dagger:2.57.2')
28-
library('dagger-compiler', 'com.google.dagger:dagger-compiler:2.57.2')
27+
library('dagger', 'com.google.dagger:dagger:2.59')
28+
library('dagger-compiler', 'com.google.dagger:dagger-compiler:2.59')
2929
library('okio', 'com.squareup.okio:okio:3.16.4')
3030
library('picocli', 'info.picocli:picocli:4.7.7')
3131
library('zip4j', 'net.lingala.zip4j:zip4j:2.11.5')

0 commit comments

Comments
 (0)