diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2020-10-12 22:58:03 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-12 22:58:03 -0700 |
commit | a49d440ecd23e35167ebe453c9200229e69f3883 (patch) | |
tree | 0640bd148c9f8139cc1a414962858a36cf72dff0 /grpc | |
parent | 4ec5e8db9049c6568ffc50ba97fab24bc9e50eff (diff) | |
download | flatbuffers-a49d440ecd23e35167ebe453c9200229e69f3883.tar.gz flatbuffers-a49d440ecd23e35167ebe453c9200229e69f3883.tar.bz2 flatbuffers-a49d440ecd23e35167ebe453c9200229e69f3883.zip |
Bump junit from 4.12 to 4.13.1 in /grpc (#6172)
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](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'grpc')
-rw-r--r-- | grpc/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grpc/pom.xml b/grpc/pom.xml index c1aa8548..1eaf8d9a 100644 --- a/grpc/pom.xml +++ b/grpc/pom.xml @@ -52,7 +52,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.12</version> + <version>4.13.1</version> <scope>test</scope> </dependency> |