8000 chore(deps): update dependency com.google.auth:google-auth-library-oauth2-http to v1.3.0 by renovate-bot · Pull Request #6383 · GoogleCloudPlatform/java-docs-samples · GitHub
[go: up one dir, main page]

Skip to content

chore(deps): update dependency com.google.auth:google-auth-library-oauth2-http to v1.3.0 #6383

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

Conversation

renovate-bot
Copy link
Contributor
@renovate-bot renovate-bot commented Nov 10, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.auth:google-auth-library-oauth2-http 1.2.2 -> 1.3.0 age adoption passing confidence

Release Notes

googleapis/google-auth-library-java

v1.3.0

Compare Source

Features
Bug Fixes
1.2.2 (2021-10-20)
Bug Fixes
  • environment variable is "AWS_SESSION_TOKEN" and not "Token" (#​772) (c8c3073)
1.2.1 (2021-10-11)
Bug Fixes
  • disabling self-signed jwt for domain wide delegation (#​754) (ac70a27)

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@forking-renovate forking-renovate bot added the automerge Merge the pull request once unit tests and other checks pass. label Nov 10, 2021
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Nov 10, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Nov 10, 2021
@product-auto-label product-auto-label bot added the samples Issues that are directly related to samples. label Nov 10, 2021
yoshi-approver
yoshi-approver previously approved these changes Nov 10, 2021
@yoshi-approver yoshi-approver added the automerge: exact Summon MOG for automerging, but approvals need to be against the latest commit label Nov 10, 2021
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 10, 2021
@gcf-merge-on-green
Copy link
Contributor

Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot.

@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Nov 11, 2021
@renovate-bot renovate-bot force-pushed the renovate/com.google.auth-google-auth-library-oauth2-http-1.x branch from e23f7a7 to 7f19a54 Compare November 11, 2021 16:33
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 11, 2021
@gcf-merge-on-green gcf-merge-on-green bot dismissed yoshi-approver’s stale review November 11, 2021 16:34

This review does not reference the most recent commit, and you are using the secure version of merge-on-green. Please re-review the most recent commit.

@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 11, 2021
@gcf-merge-on-green
Copy link
Contributor

Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot.

@gcf-merge-on-green gcf-merge-on-green bot removed the automerge: exact Summon MOG for automerging, but approvals need to be against the latest commit label Nov 11, 2021
@lesv
Copy link
Contributor
lesv commented Nov 11, 2021

Java 8 - empty JAR file

#
# appengine-java8/firebase-tictactoe
#

[ERROR] error: error reading /root/.m2/repository/com/google/http-client/google-http-client/1.40.1/google-http-client-1.40.1.jar; zip file is empty
[ERROR] error: error reading /root/.m2/repository/com/google/http-client/google-http-client/1.40.1/google-http-client-1.40.1.jar; zip file is empty

 Testing completed.




#
# auth
#

[ERROR] COMPILATION ERROR :
[ERROR] error: error reading /root/.m2/repository/com/google/http-client/google-http-client/1.40.1/google-http-client-1.40.1.jar; zip file is empty
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project auth: Compilation failure
[ERROR] error: error reading /root/.m2/repository/com/google/http-client/google-http-client/1.40.1/google-http-client-1.40.1.jar; zip file is empty
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

 Testing failed: Maven returned a non-zero exit code.



err: exit status 1


#
# compute/cmdline
#

[ERROR] COMPILATION ERROR :
[ERROR] error: error reading /root/.m2/repository/com/google/http-client/google-http-client/1.40.1/google-http-client-1.40.1.jar; zip file is empty
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project compute-cmdline: Compilation failure
[ERROR] error: error reading /root/.m2/repository/com/google/http-client/google-http-client/1.40.1/google-http-client-1.40.1.jar; zip file is empty

@lesv lesv added automerge Merge the pull request once unit tests and other checks pass. kokoro:force-run Add this label to force Kokoro to re-run the tests. and removed owlbot:run Add this label to trigger the Owlbot post processor. labels Nov 11, 2021
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 11, 2021
@gcf-merge-on-green
Copy link
Contributor

Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot.

@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Nov 12, 2021
@lesv
Copy link
Contributor
lesv commented Nov 12, 2021

Java 8

#
# monitoring/cloud-client
#

[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.187 s <<< FAILURE! - in com.example.monitoring.QuickstartSampleIT
[ERROR] com.example.monitoring.QuickstartSampleIT.testQuickstart  Time elapsed: 0.169 s  <<< ERROR!
com.google.api.gax.rpc.InvalidArgumentException: io.grpc.StatusRuntimeException: INVALID_ARGUMENT: One or more TimeSeries could not be written: One or more points were written more frequently than the maximum sampling period configured for the metric.: timeSeries[0]
Caused by: io.grpc.StatusRuntimeException: INVALID_ARGUMENT: One or more TimeSeries could not be written: One or more points were written more frequently than the maximum sampling period configured for the metric.: timeSeries[0]

[ERROR] Errors:
[ERROR]   QuickstartSampleIT.testQuickstart » InvalidArgument io.grpc.StatusRuntimeExcep...
[ERROR] Tests run: 9, Failures: 0, Errors: 1, Skipped: 0

@renovate-bot renovate-bot force-pushed the renovate/com.google.auth-google-auth-library-oauth2-http-1.x branch from 7f19a54 to e94a463 Compare November 12, 2021 23:38
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Nov 12, 2021
@yoshi-approver yoshi-approver added the automerge: exact Summon MOG for automerging, but approvals need to be against the latest commit label Nov 12, 2021
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge: exact Summon MOG for automerging, but approvals need to be against the latest commit label Nov 13, 2021
@eaball35
Copy link
Contributor
#
# appengine-java8/firebase-tictactoe
#

[ERROR] Failed to execute goal on project appengine-firebase-tictactoe-j8: Could not resolve dependencies for project com.example.appengine:appengine-firebase-tictactoe-j8:war:1.0-SNAPSHOT: Could not transfer artifact org.apache.httpcomponents:httpcore:jar:4.4.14 from/to central (https://repo.maven.apache.org/maven2): /root/.m2/repository/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar.part (No such file or directory) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException

 Testing failed: Maven returned a non-zero exit code.



err: exit status 1

@renovate-bot renovate-bot force-pushed the renovate/com.google.auth-google-auth-library-oauth2-http-1.x branch from e94a463 to 74efb2d Compare November 16, 2021 17:55
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 16, 2021
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 16, 2021
@suztomo
Copy link
Contributor
suztomo commented Nov 16, 2021

Another Maven download error.

#
# endpoints/getting-started/clients
#

[ERROR] Failed to execute goal org.jacoco:jacoco-maven-plugin:0.8.7:prepare-agent (default) on project example: Execution default of goal org.jacoco:jacoco-maven-plugin:0.8.7:prepare-agent failed: Plugin org.jacoco:jacoco-maven-plugin:0.8.7 or one of its dependencies could not be resolved: Could not transfer artifact org.apache.maven:maven-core:jar:3.0 from/to central (https://repo.maven.apache.org/maven2): /root/.m2/repository/org/apache/maven/maven-core/3.0/maven-core-3.0.jar.part (No such file or directory) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:

@suztomo suztomo added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 16, 2021
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 16, 2021
@lesv
Copy link
Contributor
lesv commented Nov 17, 2021

Lint

#
# endpoints/getting-started
#

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:3.1.2:check (default-cli) on project endpoints: Execution default-cli of goal org.apache.maven.plugins:maven-checkstyle-plugin:3.1.2:check failed: Plugin org.apache.maven.plugins:maven-checkstyle-plugin:3.1.2 or one of its dependencies could not be resolved: Could not transfer artifact org.apache.maven:maven-settings:jar:3.0 from/to central (https://repo.maven.apache.org/maven2): /root/.m2/repository/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar.part (No such file or directory) -> [Help 1]

@suztomo suztomo added automerge Merge the pull request once unit tests and other checks pass. kokoro:run Add this label to force Kokoro to re-run the tests. labels Nov 23, 2021
@renovate-bot renovate-bot force-pushed the renovate/com.google.auth-google-auth-library-oauth2-http-1.x branch from 74efb2d to 2a1a7a4 Compare November 23, 2021 22:31
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 23, 2021
@kokoro-team kokoro-team removed kokoro:run Add this label to force Kokoro to re-run the tests. kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Nov 23, 2021
@gcf-merge-on-green
Copy link
Contributor

Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot.

@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Nov 24, 2021
@eaball35 eaball35 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 7, 2021
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 7, 2021
@renovate-bot renovate-bot force-pushed the renovate/com.google.auth-google-auth-library-oauth2-http-1.x branch from 3e81d90 to 83ee0bd Compare December 8, 2021 23:21
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 8, 2021
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 8, 2021
@lesv lesv added automerge Merge the pull request once unit tests and other checks pass. kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Dec 13, 2021
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 13, 2021
@gcf-merge-on-green gcf-merge-on-green bot merged commit 069f598 into GoogleCloudPlatform:main Dec 13, 2021
@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 13, 2021
@renovate-bot renovate-bot deleted the renovate/com.google.auth-google-auth-library-oauth2-http-1.x branch December 13, 2021 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement. owlbot:run Add this label to trigger the Owlbot post processor. samples Issues that are directly related to samples.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants
0