-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[1.3] Version bump for protobuf, snappy-java #16792
Conversation
@dbwiddis You need to run |
❌ Gradle check result for e820f08: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
But it's there: https://central.sonatype.com/artifact/com.azure/azure-storage-blob/versions EDIT: I'm blind it's 28, not 18 |
❌ Gradle check result for eb8e5c1: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
eb8e5c1
to
2e930e8
Compare
❌ Gradle check result for 2e930e8: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
2e930e8
to
8c54edc
Compare
❌ Gradle check result for 8c54edc: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
I'll revert the azure-storage bump as it seems more complicated. Depends on azure-storage-commons but they have different versions and still getting errors bumping both. |
cff7cfe
to
4314354
Compare
❌ Gradle check result for e560c3d: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Daniel Widdis <[email protected]>
e560c3d
to
17b39a9
Compare
❌ Gradle check result for 17b39a9: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
1857d76
to
4d2585d
Compare
❌ Gradle check result for 51aa9c9: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for 1857d76: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for 4d2585d: ABORTED Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for 2cd664a: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Daniel Widdis <[email protected]>
Signed-off-by: Daniel Widdis <[email protected]>
Signed-off-by: Daniel Widdis <[email protected]>
2cd664a
to
0862d49
Compare
❌ Gradle check result for 2cd664a: ABORTED Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 1.3 #16792 +/- ##
============================================
+ Coverage 77.56% 77.65% +0.08%
- Complexity 58760 58798 +38
============================================
Files 4223 4223
Lines 253441 253459 +18
Branches 38701 38692 -9
============================================
+ Hits 196590 196831 +241
+ Misses 40844 40631 -213
+ Partials 16007 15997 -10 ☔ View full report in Codecov by Sentry. |
OK, 2 out of 5 bumps is better than 0. |
I only managed to get protobuf and snappy-java.
I don't know how many are solvable or if we should mark the CVEs as "not fixable due to backwards compatibility" but I hope others with more experience with them (and the 2.x bumps) can advise. |
Description
Bumps protobuf-java to 3.25.5 (Resolves CVE-2024-7254)
Bumps snappy-java to 1.1.10.7 (Resolves CVE-2023-43642)
Check List
[ ] Functionality includes testing.[ ] API changes companion pull request created, if applicable.[ ] Public documentation issue/PR created, if applicable.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.