streamnative / bookkeeper-achieved

Apache Bookkeeper
https://bookkeeper.apache.org
Apache License 2.0
3 stars 2 forks source link

ISSUE-2825: Fix gradle.dependencies related to PR 2792 #414

Closed sijie closed 2 years ago

sijie commented 2 years ago

Original Issue: apache/bookkeeper#2825


BUG REPORT

Describe the bug Currently, gradle build is not being exercised as a check to merge PRs. PR #2792 upgraded several libraries in Maven and Gradle to fix several security vulnerabilities. However, when exercised via gradle, changes in gradle.dependencies seem to break the build. We need to revert the changes in gradle.dependencies that differ from the Manven changes (already tested and verified).

To Reproduce

Run build via gradle.

Expected behavior

Build should pass.

Screenshots

n/a

Additional context

n/a