-
Notifications
You must be signed in to change notification settings - Fork 29
deps: update dependency com.google.cloud:google-cloud-logging to v3.10.6 #829
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
deps: update dependency com.google.cloud:google-cloud-logging to v3.10.6 #829
Conversation
754c409
to
4b7d423
Compare
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. |
4b7d423
to
95c0fb5
Compare
95c0fb5
to
20d888b
Compare
20d888b
to
c695e71
Compare
From: https://maven.apache.org/enforcer/enforcer-rules/requireUpperBoundDeps.html |
From the effective pom.xml
google-cloud-logging has version v2.15.0
It is pulling it in due to the import scope of shared-dependencies. It has dependency management section which explicitly sets the version of errorprone to be v2.14.0. We've removed java-logging setting errorpone version explicitly to v2.15.0 and have it pull the version from shared-dependencies to keep the versions in sync. |
Declaring the error_prone_annotation version fails consistency check in downstream repository: googleapis/java-logging-logback#829 (comment) Reading #1009, it shouldn't need the independent version declared here.
c695e71
to
4843232
Compare
This PR contains the following updates:
3.10.3
->3.10.6
Release Notes
googleapis/java-logging
v3.10.6
Dependencies
v3.10.5
Bug Fixes
v3.10.4
Dependencies
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.