forked from phoedos/pmd
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:
commit
7a6893afee
@ -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
@ -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 %}
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
<log4j.version>2.17.0</log4j.version>
|
||||
<log4j.version>2.17.1</log4j.version>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
|
Loading…
x
Reference in New Issue
Block a user