Skip to content

Commit

Permalink
Update dependency junit:junit to v4.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 26, 2022
1 parent 780f014 commit e71fc2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/it/loggable/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13</version>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/it/weaving/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<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 e71fc2c

Please sign in to comment.