From 08950c9fbed7f1d365e33eb650b26ae53868f26f Mon Sep 17 00:00:00 2001 From: Will Herrmann Date: Fri, 2 Nov 2018 16:04:21 -0500 Subject: [PATCH 1/2] Upgrading JCommander from 1.48 to 1.72 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 9d9dc131de59fe7603a77f6544e12d1bfc016c7e Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Mon, 5 Nov 2018 22:19:53 +0100 Subject: [PATCH 2/2] Update release notes, refs #1428 --- docs/pages/release_notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pages/release_notes.md b/docs/pages/release_notes.md index 62caa38f96..5446acb643 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -25,6 +25,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) {% endtocmaker %}