Merge branch 'pr-1428'

This commit is contained in:
Andreas Dangel
2018-11-05 22:20:34 +01:00
2 changed files with 2 additions and 1 deletions

View File

@ -27,6 +27,7 @@ This is a {{ site.pmd.release_type }} release.
### External Contributions
* [#1424](https://github.com/pmd/pmd/pull/1424): \[doc] #1341 Updating Regex Values in default Value Property - [avishvat](https://github.com/vishva007)
* [#1428](https://github.com/pmd/pmd/pull/1428): \[core] Upgrading JCommander from 1.48 to 1.72 - [Thunderforge](https://github.com/Thunderforge)
* [#1430](https://github.com/pmd/pmd/pull/1430): \[doc] Who really knows regex? - [Dem Pilafian](https://github.com/dpilafian)
{% endtocmaker %}

View File

@ -842,7 +842,7 @@ Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code
<dependency>
<groupId>com.beust</groupId>
<artifactId>jcommander</artifactId>
<version>1.48</version>
<version>1.72</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>