Merge branch 'pr-2842' into master

[core] Bump antlr4 from 4.7 to 4.7.2 #2842
This commit is contained in:
Andreas Dangel
2020-10-22 16:07:59 +02:00
2 changed files with 2 additions and 1 deletions

View File

@ -44,6 +44,7 @@ This is a {{ site.pmd.release_type }} release.
* [#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)
* [#2834](https://github.com/pmd/pmd/pull/2834): \[vf] Allow attributes with dot in Visualforce - [rmohan20](https://github.com/rmohan20)
* [#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 %}

View File

@ -97,7 +97,7 @@
<pmd.plugin.version>3.13.0</pmd.plugin.version>
<ant.version>1.10.8</ant.version>
<javadoc.plugin.version>3.2.0</javadoc.plugin.version>
<antlr.version>4.7</antlr.version>
<antlr.version>4.7.2</antlr.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>