summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-14 17:20:15 +0000
committerJens Geyer <Jens-G@users.noreply.github.com>2022-10-14 23:25:11 +0200
commit439778ae44cb6da5401d8996c392ade1275d497e (patch)
tree5ce37ad3f4c6e1a21998f40f1ee4d318266b13c4 /contrib
parent3e0e0cc06fc62dac21f099c2eabda81b42a5d7b8 (diff)
downloadthrift-439778ae44cb6da5401d8996c392ade1275d497e.tar.gz
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>
Diffstat (limited to 'contrib')
-rw-r--r--contrib/thrift-maven-plugin/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/thrift-maven-plugin/pom.xml b/contrib/thrift-maven-plugin/pom.xml
index 2523a61c8..1ea0ddcd8 100644
--- a/contrib/thrift-maven-plugin/pom.xml
+++ b/contrib/thrift-maven-plugin/pom.xml
@@ -78,7 +78,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.11</version>
+ <version>4.13.1</version>
<scope>test</scope>
</dependency>
<dependency>