summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMarco Miller <marco.miller@ericsson.com>2020-11-23 09:16:11 -0500
committerMatthias Sohn <matthias.sohn@sap.com>2020-12-01 19:25:42 -0500
commit0a991fad5d9d2cea4687dcf43f94be40061e0b37 (patch)
tree5bf1be6f523c036304c97f0e4f29b3e9d651108a /pom.xml
parenta68f241247725a0f0fba698a7ab8699d88cf293c (diff)
downloadjgit-0a991fad5d9d2cea4687dcf43f94be40061e0b37.tar.gz
jgit-0a991fad5d9d2cea4687dcf43f94be40061e0b37.zip
Upgrade maven-pmd-plugin to 3.14.0
Change-Id: I45b49e1262db50e74b43c6273d3b3df692765330 Signed-off-by: Marco Miller <marco.miller@ericsson.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index b4c6cc4b29..2ee3d0f072 100644
--- a/pom.xml
+++ b/pom.xml
@@ -299,7 +299,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
- <version>3.13.0</version>
+ <version>3.14.0</version>
<configuration>
<sourceEncoding>utf-8</sourceEncoding>
<minimumTokens>100</minimumTokens>