poorbarcode opened a new pull request, #19764: URL: https://github.com/apache/pulsar/pull/19764
### Motivation [CVE 2020 26939](https://github.com/bcgit/bc-java/wiki/CVE-2020-26939) reports a vulnerability in the project [bc-java](https://github.com/bcgit/bc-java) and suggestion using `1.61 or later` instead of `1.60`, but there is a test type dependency in the project. ``` [INFO] org.apache.pulsar:tiered-storage-file-system:jar:3.0.0-SNAPSHOT [INFO] \- org.apache.hadoop:hadoop-minicluster:jar:3.3.3:test [INFO] \- org.apache.hadoop:hadoop-yarn-server-web-proxy:jar:3.3.3:test [INFO] +- org.bouncycastle:bcprov-jdk15on:jar:1.60:test [INFO] \- org.bouncycastle:bcpkix-jdk15on:jar:1.60:test [INFO] \- (org.bouncycastle:bcprov-jdk15on:jar:1.60:test - omitted for duplicate) ``` <img width="529" alt="截屏2023-03-09 18 23 46" src="https://user-images.githubusercontent.com/25195800/223995448-86b4baf9-c266-499b-b2ac-b8203c95e72b.png"> ### Modifications make the version of project BC unify into `1.69` ### Documentation <!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. --> - [ ] `doc` <!-- Your PR contains doc changes. --> - [ ] `doc-required` <!-- Your PR changes impact docs and you will update later --> - [x] `doc-not-needed` <!-- Your PR changes do not impact docs --> - [ ] `doc-complete` <!-- Docs have been already added --> ### Matching PR in forked repository PR in forked repository: - x -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
