Skip to content

Commit

Permalink
build(deps): bump dagger from 2.45 to 2.47 (cryostatio#168)
Browse files Browse the repository at this point in the history
* build(deps): bump dagger from 2.45 to 2.47

Bumps [dagger](https://github.com/google/dagger) from 2.45 to 2.47.
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.45...dagger-2.47)

---
updated-dependencies:
- dependency-name: com.google.dagger:dagger
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* use one dagger artifact version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Andrew Azores <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrew Azores <[email protected]>
  • Loading branch information
2 people authored and mwangggg committed Sep 1, 2023
1 parent 04ffd06 commit d882021
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
<com.mycila.license.maven.plugin.version>4.2</com.mycila.license.maven.plugin.version>
<org.owasp.dependency.check.version>8.4.0</org.owasp.dependency.check.version>

<com.google.dagger.version>2.45</com.google.dagger.version>
<com.google.dagger.compiler.version>2.45</com.google.dagger.compiler.version>
<com.google.dagger.version>2.47</com.google.dagger.version>
<io.cryostat.core.version>2.22.0</io.cryostat.core.version>

<org.apache.commons.io.version>2.11.0</org.apache.commons.io.version>
Expand Down Expand Up @@ -197,7 +196,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 d882021

Please sign in to comment.