pegasystems / pega-tracerviewer

The tracer viewing tool helps users understand and debug Pega tracer files. To download the tool, click on the "release" link, scroll to the bottom, and download the tracerviewer zip file.
Apache License 2.0
43 stars 13 forks source link

Update dependency com.google.errorprone:error_prone_core to v2.20.0 - autoclosed #25

Closed mend-for-github-com[bot] closed 1 year ago

mend-for-github-com[bot] commented 1 year ago

This PR contains the following updates:

Package Type Update Change
com.google.errorprone:error_prone_core (source) dependencies minor 2.18.0 -> 2.20.0

By merging this PR, the issue #21 will be automatically resolved and closed:

Severity CVSS Score CVE
High High 7.5 CVE-2022-3171
High High 7.5 CVE-2022-3509
High High 7.5 CVE-2022-3510

Release Notes

google/error-prone ### [`v2.20.0`](https://togithub.com/google/error-prone/releases/tag/v2.20.0): Error Prone 2.20.0 Changes: - This release is compatible with early-access builds of JDK 21. New Checkers: - [`InlineTrivialConstant`](https://errorprone.info/bugpattern/InlineTrivialConstant) - [`UnnecessaryStringBuilder`](https://errorprone.info/bugpattern/UnnecessaryStringBuilder) - [`BanClassLoader`](https://errorprone.info/bugpattern/BanClassLoader) - [`DereferenceWithNullBranch`](https://errorprone.info/bugpattern/DereferenceWithNullBranch) - [`DoNotUseRuleChain`](https://errorprone.info/bugpattern/DoNotUseRuleChain) - [`LockOnNonEnclosingClassLiteral`](https://errorprone.info/bugpattern/LockOnNonEnclosingClassLiteral) - [`MissingRefasterAnnotation`](https://errorprone.info/bugpattern/MissingRefasterAnnotation) - [`NamedLikeContextualKeyword`](https://errorprone.info/bugpattern/NamedLikeContextualKeyword) - [`NonApiType`](https://errorprone.info/bugpattern/NonApiType) Fixes issues: [#​2232](https://togithub.com/google/error-prone/issues/2232), [#​2243](https://togithub.com/google/error-prone/issues/2243), [#​2997](https://togithub.com/google/error-prone/issues/2997), [#​3301](https://togithub.com/google/error-prone/issues/3301), [#​3843](https://togithub.com/google/error-prone/issues/3843), [#​3903](https://togithub.com/google/error-prone/issues/3903), [#​3918](https://togithub.com/google/error-prone/issues/3918), [#​3923](https://togithub.com/google/error-prone/issues/3923), [#​3931](https://togithub.com/google/error-prone/issues/3931), [#​3945](https://togithub.com/google/error-prone/issues/3945), [#​3946](https://togithub.com/google/error-prone/issues/3946) **Full Changelog**: https://github.com/google/error-prone/compare/v2.19.1...v2.20.0 ### [`v2.19.1`](https://togithub.com/google/error-prone/releases/tag/v2.19.1): Error Prone 2.19.1 This release fixes a binary compatibility issue when running on JDK 11, see [#​3895](https://togithub.com/google/error-prone/issues/3895) **Full Changelog**: https://github.com/google/error-prone/compare/v2.19.0...v2.19.1 ### [`v2.19.0`](https://togithub.com/google/error-prone/releases/tag/v2.19.0): Error Prone 2.19.0 New Checkers: - [`NotJavadoc`](https://errorprone.info/bugpattern/NotJavadoc) - [`StringCaseLocaleUsage`](https://errorprone.info/bugpattern/StringCaseLocaleUsage) - [`UnnecessaryTestMethodPrefix`](https://errorprone.info/bugpattern/UnnecessaryTestMethodPrefix) Fixes issues: [#​956](https://togithub.com/google/error-prone/issues/956), [#​3504](https://togithub.com/google/error-prone/issues/3504), [#​3654](https://togithub.com/google/error-prone/issues/3654), [#​3703](https://togithub.com/google/error-prone/issues/3703), [#​3731](https://togithub.com/google/error-prone/issues/3731), [#​3737](https://togithub.com/google/error-prone/issues/3737), [#​3760](https://togithub.com/google/error-prone/issues/3760), [#​3779](https://togithub.com/google/error-prone/issues/3779), [#​3796](https://togithub.com/google/error-prone/issues/3796), [#​3809](https://togithub.com/google/error-prone/issues/3809), [#​3813](https://togithub.com/google/error-prone/issues/3813) **Full Changelog**: https://github.com/google/error-prone/compare/v2.18.0...v2.19.0