Skip to content
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

fix: pinning commons-codec dependency in google-api-client #2201

Merged
merged 4 commits into from Dec 2, 2022

Conversation

alicejli
Copy link
Contributor

@alicejli alicejli commented Dec 2, 2022

Turns out #2195 only fixed half the issue. commons-codec needs to be declared as a dependency within the google-api-client's pom.xml as well.

@alicejli alicejli requested a review from a team as a code owner December 2, 2022 19:51
@product-auto-label product-auto-label bot added the size: xs Pull request size is extra small. label Dec 2, 2022
@suztomo
Copy link
Member

suztomo commented Dec 2, 2022

[INFO] --- maven-dependency-plugin:3.3.0:analyze (default-cli) @ google-api-client ---
Warning:  Unused declared dependencies found:
Warning:     commons-codec:commons-codec:jar:1.15:compile

@product-auto-label product-auto-label bot added size: s Pull request size is small. and removed size: xs Pull request size is extra small. labels Dec 2, 2022
@suztomo
Copy link
Member

suztomo commented Dec 2, 2022

"ci / dependencies (8) (pull_request) Successful in 1m"

@suztomo suztomo added the automerge Merge the pull request once unit tests and other checks pass. label Dec 2, 2022
@gcf-merge-on-green gcf-merge-on-green bot merged commit 27e94c0 into googleapis:main Dec 2, 2022
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Dec 2, 2022
blakeli0 pushed a commit that referenced this pull request Dec 16, 2022
Turns out https://togithub.com/googleapis/google-api-java-client/pull/2195 only fixed half the issue. `commons-codec` needs to be declared as a dependency within the `google-api-client`'s `pom.xml` as well.
blakeli0 pushed a commit that referenced this pull request Dec 16, 2022
Turns out https://togithub.com/googleapis/google-api-java-client/pull/2195 only fixed half the issue. `commons-codec` needs to be declared as a dependency within the `google-api-client`'s `pom.xml` as well.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: s Pull request size is small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants