Skip to content

Commit

Permalink
Bump junit from 4.12 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.12 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](junit-team/junit4@r4.12...r4.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 13, 2020
1 parent 5ef6043 commit 7ca9fcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion joyqueue-openmessaging/openmessaging-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</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 @@ -107,7 +107,7 @@
<laf-extention.version>1.0.16</laf-extention.version>
<vertx.version>3.6.3</vertx.version>
<ignite.version>2.6.0</ignite.version>
<junit.version>4.12</junit.version>
<junit.version>4.13.1</junit.version>
<mysql-connector-java.version>5.1.41</mysql-connector-java.version>
<!-- maven properties -->
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
Expand Down

0 comments on commit 7ca9fcb

Please sign in to comment.