summaryrefslogtreecommitdiff
path: root/grpc
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-10-12 22:58:29 -0700
committerGitHub <noreply@github.com>2020-10-12 22:58:29 -0700
commit5be777e1d4c42186b49986b127bb21422be29180 (patch)
treed0e548e53d3ce791b7aa34d79335ae14b5833054 /grpc
parenta49d440ecd23e35167ebe453c9200229e69f3883 (diff)
downloadflatbuffers-5be777e1d4c42186b49986b127bb21422be29180.tar.gz
flatbuffers-5be777e1d4c42186b49986b127bb21422be29180.tar.bz2
flatbuffers-5be777e1d4c42186b49986b127bb21422be29180.zip
Bump junit from 4.12 to 4.13.1 in /grpc/tests (#6173)
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/tests/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/grpc/tests/pom.xml b/grpc/tests/pom.xml
index 117bec67..26e7624d 100644
--- a/grpc/tests/pom.xml
+++ b/grpc/tests/pom.xml
@@ -40,7 +40,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.12</version>
+ <version>4.13.1</version>
<scope>test</scope>
</dependency>
</dependencies>