Skip to content

Commit

Permalink
Update README with latest versions (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriciorby authored Jul 17, 2024
1 parent ba9e2b5 commit 62e851a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ Configure your POM like the following
```xml
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.0</version>
<version>3.3.1</version>
<dependencies>
<dependency>
<groupId>me.fabriciorby</groupId>
<artifactId>maven-surefire-junit5-tree-reporter</artifactId>
<version>1.2.1</version>
<version>1.3.0</version>
</dependency>
</dependencies>
<configuration>
Expand Down

0 comments on commit 62e851a

Please sign in to comment.