Skip to content

Commit

Permalink
Update dagger version
Browse files Browse the repository at this point in the history
Fixes #4242

PiperOrigin-RevId: 595991339
  • Loading branch information
cushon authored and Error Prone Team committed Jan 5, 2024
1 parent 34141a8 commit db3e9ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -241,14 +241,14 @@
<!-- Apache 2.0 -->
<groupId>com.google.dagger</groupId>
<artifactId>dagger</artifactId>
<version>2.40.5</version>
<version>2.50</version>
<scope>test</scope>
</dependency>
<dependency>
<!-- Apache 2.0 -->
<groupId>com.google.dagger</groupId>
<artifactId>dagger-producers</artifactId>
<version>2.40.5</version>
<version>2.50</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit db3e9ad

Please sign in to comment.