We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea2a668 commit a05a2a4Copy full SHA for a05a2a4
src/it/projects/tree-verbose-small/expected.txt
@@ -1,4 +1,4 @@
1
org.apache.maven.its.dependency:tree-verbose2:jar:1.0-SNAPSHOT
2
+- commons-logging:commons-logging:jar:1.2:compile
3
-\- junit:junit:jar:4.13:test
+\- junit:junit:jar:4.13.2:test
4
\- org.hamcrest:hamcrest-core:jar:1.3:test
src/it/projects/tree-verbose-small/pom.xml
@@ -45,7 +45,7 @@
45
<dependency>
46
<groupId>junit</groupId>
47
<artifactId>junit</artifactId>
48
- <version>4.13</version>
+ <version>4.13.2</version>
49
<scope>test</scope>
50
</dependency>
51
</dependencies>
0 commit comments