commit | 692114bce3466ec5bb2da93c1e6ce17dd969b4b3 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Fri Oct 14 17:20:15 2022 +0000 |
committer | GitHub <noreply@github.com> | Fri Oct 14 17:20:15 2022 +0000 |
tree | 9e59e64f9d119d1cfa5e4169a0fe90763fbc0b1d | |
parent | 2987c5600a3ba179e5e5f2b45c44e56d1eef4b8f [diff] |
Bump junit from 4.11 to 4.13.1 in /contrib/thrift-maven-plugin 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) --- updated-dependencies: - dependency-name: junit:junit dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/contrib/thrift-maven-plugin/pom.xml b/contrib/thrift-maven-plugin/pom.xml index dd7750e..ea04a47 100644 --- a/contrib/thrift-maven-plugin/pom.xml +++ b/contrib/thrift-maven-plugin/pom.xml
@@ -81,7 +81,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.11</version> + <version>4.13.1</version> <scope>test</scope> </dependency> <dependency>