Skip to content

Commit

Permalink
Bump junit from 4.13 to 4.13.2 in /src/it/projects/tree-verbose-small
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Nov 27, 2022
1 parent ea2a668 commit a05a2a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/it/projects/tree-verbose-small/expected.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.apache.maven.its.dependency:tree-verbose2:jar:1.0-SNAPSHOT
+- commons-logging:commons-logging:jar:1.2:compile
\- junit:junit:jar:4.13:test
\- junit:junit:jar:4.13.2:test
\- org.hamcrest:hamcrest-core:jar:1.3:test
2 changes: 1 addition & 1 deletion src/it/projects/tree-verbose-small/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13</version>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit a05a2a4

Please sign in to comment.