diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-06-27 10:54:05 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-06-27 10:54:05 +0200 |
commit | 6250020fa4cbb55cb5dbae6a40ac0415e806e30a (patch) | |
tree | 616a114cf09da0823f7fe90fc7279025c9fdee23 /pom.xml | |
parent | a00f1663dc5c15974f93109c626abdc4dabb19c2 (diff) | |
download | jgit-6250020fa4cbb55cb5dbae6a40ac0415e806e30a.tar.gz jgit-6250020fa4cbb55cb5dbae6a40ac0415e806e30a.zip |
Update build-helper-maven-plugin to 3.4.0
Change-Id: I9b5e8a6b0baebd67d84f48d95b83c6c802829aea
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -285,7 +285,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> - <version>3.3.0</version> + <version>3.4.0</version> </plugin> <plugin> |