From 8354ff2efe28a3f08920f9179c73f4c8112d88f9 Mon Sep 17 00:00:00 2001 From: Adrien Lecharpentier Date: Tue, 20 Oct 2020 14:54:37 +0200 Subject: [PATCH 1/3] Bump antlr4 to 4.7.1 A security fix is included in this version. See https://github.com/antlr/antlr4/issues/2069. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7cf40c55cc..e0b5ea2600 100644 --- a/pom.xml +++ b/pom.xml @@ -97,7 +97,7 @@ 3.13.0 1.10.8 3.2.0 - 4.7 + 4.7.1 UTF-8 UTF-8 From 95acf2056e9691cd3ec3053d16f3a3a5d4b43b0c Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Thu, 22 Oct 2020 14:35:05 +0200 Subject: [PATCH 2/3] Bump antlr from 4.7 to 4.7.2 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e0b5ea2600..98cb9c7b86 100644 --- a/pom.xml +++ b/pom.xml @@ -97,7 +97,7 @@ 3.13.0 1.10.8 3.2.0 - 4.7.1 + 4.7.2 UTF-8 UTF-8 From efa66ec83f12439f5551d5f13d44dda4219500e7 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Thu, 22 Oct 2020 16:06:50 +0200 Subject: [PATCH 3/3] [doc] Update release notes, refs #2842 --- 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 7b7c985251..a85998e77b 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -35,6 +35,7 @@ This is a {{ site.pmd.release_type }} release. * [#2810](https://github.com/pmd/pmd/pull/2810): \[core] Move method "renderTempFile" to XMLRendererTest - [Stefan Birkner](https://github.com/stefanbirkner) * [#2813](https://github.com/pmd/pmd/pull/2813): \[core] Use JUnit's TemporaryFolder rule - [Stefan Birkner](https://github.com/stefanbirkner) * [#2829](https://github.com/pmd/pmd/pull/2829): \[doc] Small correction in pmd\_report\_formats.md - [Gustavo Krieger](https://github.com/gustavopcassol) +* [#2842](https://github.com/pmd/pmd/pull/2842): \[core] Bump antlr4 from 4.7 to 4.7.2 - [Adrien Lecharpentier](https://github.com/alecharp) {% endtocmaker %}