Skip to content

Commit

Permalink
Bump com.google.guava:guava from 30.1.1-android to 32.0.0-android in …
Browse files Browse the repository at this point in the history
…/src/it/jarWithCompileDependency/project2 (#117)

* Bump com.google.guava:guava in /src/it/jarWithCompileDependency/project2

Bumps [com.google.guava:guava](https://github.com/google/guava) from 30.1.1-android to 32.0.0-android.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

---
updated-dependencies:
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
...

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

* Fix build

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Slawomir Jaranowski <s.jaranowski@gmail.com>
  • Loading branch information
dependabot[bot] and slawekjaranowski committed May 9, 2024
1 parent 006e42a commit 7231d5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/it/jarWithCompileDependency/project2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>30.1.1-android</version>
<version>32.0.0-android</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion src/it/jarWithCompileDependency/verify.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def analysis = new File( basedir, 'project2/target/analysis.txt' ).text
def expected = '''
UsedDeclaredArtifacts:
org.apache.maven.shared.dependency-analyzer.tests:jarWithCompileDependency1:jar:1.0:compile
com.google.guava:guava:jar:30.1.1-android:compile
com.google.guava:guava:jar:32.0.0-android:compile
UsedUndeclaredArtifactsWithClasses:
Expand Down

0 comments on commit 7231d5a

Please sign in to comment.