Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Commit

Permalink
Bump dagger from 2.37 to 2.38.1 (#1050)
Browse files Browse the repository at this point in the history
* Bump dagger from 2.37 to 2.38.1

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

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

Signed-off-by: dependabot[bot] <support@github.com>

* Bump dagger-compiler version as well

* Add google-maven repository URL

Hopefully this commit can be reverted when google/ksp#540 is resolved.

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pierre-Yves B <PyvesDev@gmail.com>
  • Loading branch information
dependabot[bot] and PyvesB committed Aug 10, 2021
1 parent 09431dc commit 80f0696
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion advanced-achievements-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<path>
<groupId>com.google.dagger</groupId>
<artifactId>dagger-compiler</artifactId>
<version>2.37</version>
<version>2.38.1</version>
</path>
</annotationProcessorPaths>
</configuration>
Expand Down
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@
<id>jitpack-repo</id>
<url>https://jitpack.io</url>
</repository>
<repository>
<id>google-maven</id>
<url>https://maven.google.com</url>
</repository>
</repositories>

<dependencyManagement>
Expand All @@ -90,7 +94,7 @@
<dependency>
<groupId>com.google.dagger</groupId>
<artifactId>dagger</artifactId>
<version>2.37</version>
<version>2.38.1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down

0 comments on commit 80f0696

Please sign in to comment.