diff --git a/docs/pages/release_notes.md b/docs/pages/release_notes.md index 5e3dca1ae4..782bfa0d1e 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -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 %} diff --git a/pom.xml b/pom.xml index 9f8f1d3050..52722c32d2 100644 --- a/pom.xml +++ b/pom.xml @@ -842,7 +842,7 @@ Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code com.beust jcommander - 1.48 + 1.72 org.ow2.asm