Skip to content

Commit

Permalink
use single version for dagger artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Aug 22, 2023
1 parent e70cefb commit a64e3d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@
<com.google.cloud.tools.jib.maven.plugin.version>3.3.2</com.google.cloud.tools.jib.maven.plugin.version>

<com.google.dagger.version>2.47</com.google.dagger.version>
<com.google.dagger.compiler.version>2.45</com.google.dagger.compiler.version>

<io.cryostat.core.version>2.21.1</io.cryostat.core.version>

Expand Down Expand Up @@ -359,7 +358,7 @@
<path>
<groupId>com.google.dagger</groupId>
<artifactId>dagger-compiler</artifactId>
<version>${com.google.dagger.compiler.version}</version>
<version>${com.google.dagger.version}</version>
</path>
</annotationProcessorPaths>
</configuration>
Expand Down

0 comments on commit a64e3d0

Please sign in to comment.