Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: junit:junit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 10, 2022
1 parent 7a95bca commit 60eb97f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@
<mockito.version>2.23.0</mockito.version>
<powermock-api-mockito2.version>2.0.2</powermock-api-mockito2.version>
<powermock-module-junit4.version>2.0.2</powermock-module-junit4.version>
<junit.version>4.13.1</junit.version>
<junit.version>4.13.2</junit.version>
<hamcrest.all.version>1.3</hamcrest.all.version>
<retrofit.version>1.8.0</retrofit.version>
<okhttp.version>2.7.5</okhttp.version>
Expand Down
2 changes: 1 addition & 1 deletion releng/server-vertx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 60eb97f

Please sign in to comment.