Skip to content

Commit

Permalink
Bump junit from 4.11 to 4.13.1
Browse files Browse the repository at this point in the history
Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.11.md)
- [Commits](junit-team/junit4@r4.11...r4.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 12, 2020
1 parent 85c7ddc commit 39904ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cdap-ranger/cdap-ranger-lookup/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<version>4.13.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<cdap.version>6.2.0</cdap.version>
<slf4j.version>1.7.5</slf4j.version>
<junit.version>4.11</junit.version>
<junit.version>4.13.1</junit.version>
<surefire.redirectTestOutputToFile>true</surefire.redirectTestOutputToFile>
</properties>

Expand Down

0 comments on commit 39904ec

Please sign in to comment.