diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-02 12:44:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-02 12:44:47 -0400 |
commit | 4b404483541e3aced35adf11cb06d96f1b1e7c91 (patch) | |
tree | b6b1b3a23138532ff4356511b557141af68903f0 | |
parent | 02c68e3e854abc2bf6d84d549273abb44a6b1881 (diff) | |
download | iciql-4b404483541e3aced35adf11cb06d96f1b1e7c91.tar.gz iciql-4b404483541e3aced35adf11cb06d96f1b1e7c91.zip |
Bump junit from 4.11 to 4.13.1 (#41)
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](https://github.com/junit-team/junit4/compare/r4.11...r4.13.1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -155,7 +155,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.11</version> + <version>4.13.1</version> <type>jar</type> <scope>test</scope> </dependency> |