summaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2019-03-01 12:36:20 +0100
committergjoranv <gv@verizonmedia.com>2019-03-01 12:36:20 +0100
commit346bff1ca756ae8545b9c1df66180a124a7c23a6 (patch)
tree61aea2bbef4b69763cd813b1e112e0327f94015b /parent
parentfcdf43515a1d1b30e995d357e9ce79b674b9c687 (diff)
Upgrade ph-javacc-maven-plugin.
* 4.1.2 is the first version annotated as thread safe, to get rid of the maven warnings.
Diffstat (limited to 'parent')
-rw-r--r--parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index 555da7c45af..8591bf40661 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -252,7 +252,7 @@
<plugin>
<groupId>com.helger.maven</groupId>
<artifactId>ph-javacc-maven-plugin</artifactId>
- <version>4.1.1</version>
+ <version>4.1.2</version>
<executions>
<execution>
<phase>generate-sources</phase>