This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-dependency-analyzer.git
The following commit(s) were added to refs/heads/master by this push: new 7231d5a Bump com.google.guava:guava from 30.1.1-android to 32.0.0-android in /src/it/jarWithCompileDependency/project2 (#117) 7231d5a is described below commit 7231d5afcab34bdd081e503cdb1ce3d7d12b38de Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu May 9 10:14:55 2024 +0200 Bump com.google.guava:guava from 30.1.1-android to 32.0.0-android in /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] <supp...@github.com> * Fix build --------- Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Slawomir Jaranowski <s.jaranow...@gmail.com> --- src/it/jarWithCompileDependency/project2/pom.xml | 2 +- src/it/jarWithCompileDependency/verify.groovy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/it/jarWithCompileDependency/project2/pom.xml b/src/it/jarWithCompileDependency/project2/pom.xml index 08dcea7..e1eb889 100644 --- a/src/it/jarWithCompileDependency/project2/pom.xml +++ b/src/it/jarWithCompileDependency/project2/pom.xml @@ -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> diff --git a/src/it/jarWithCompileDependency/verify.groovy b/src/it/jarWithCompileDependency/verify.groovy index d31d9cd..7b84572 100644 --- a/src/it/jarWithCompileDependency/verify.groovy +++ b/src/it/jarWithCompileDependency/verify.groovy @@ -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: