Merge pull request #3719 from squaresurf:upgrade-log4j

[java] Upgrade log4j to 2.17.1 #3719

* pr-3719:
  Add @squaresurf as a contributor
  [doc] Update release notes
  Upgrade log4j to 2.17.1
This commit is contained in:
Andreas Dangel 2022-01-09 19:37:17 +01:00
commit 7a6893afee
No known key found for this signature in database
GPG Key ID: 93450DF2DF9A3FA3
4 changed files with 66 additions and 55 deletions

View File

@ -6502,6 +6502,15 @@
"contributions": [
"code"
]
},
{
"login": "squaresurf",
"name": "Daniel Paul Searles",
"avatar_url": "https://avatars.githubusercontent.com/u/863076?v=4",
"profile": "https://github.com/squaresurf",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,

File diff suppressed because it is too large Load Diff

View File

@ -37,6 +37,7 @@ This is a {{ site.pmd.release_type }} release.
* [#3688](https://github.com/pmd/pmd/pull/3688): \[java] Bump log4j to 2.16.0 - [Sergey Nuyanzin](https://github.com/snuyanzin)
* [#3693](https://github.com/pmd/pmd/pull/3693): \[apex] ApexDoc: Add reportProperty property - [Steve Babula](https://github.com/babula)
* [#3713](https://github.com/pmd/pmd/pull/3713): \[java] Enhance UnnecessaryModifier to support records - [Vincent Galloy](https://github.com/vgalloy)
* [#3719](https://github.com/pmd/pmd/pull/3719): \[java] Upgrade log4j to 2.17.1 - [Daniel Paul Searles](https://github.com/squaresurf)
{% endtocmaker %}

View File

@ -12,7 +12,7 @@
</parent>
<properties>
<log4j.version>2.17.0</log4j.version>
<log4j.version>2.17.1</log4j.version>
</properties>
<build>