-
Notifications
You must be signed in to change notification settings - Fork 7
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 Non-major dependencies #560
Merged
nancynh
merged 1 commit into
GoogleCloudPlatform:main
from
renovate-bot:renovate/non-major-dependencies
Aug 14, 2024
Merged
deps: Update Non-major dependencies #560
nancynh
merged 1 commit into
GoogleCloudPlatform:main
from
renovate-bot:renovate/non-major-dependencies
Aug 14, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
trusted-contributions-gcf
bot
added
the
tests: run
Label to trigger Github Action tests.
label
Jul 10, 2024
renovate-bot
changed the title
deps: Update dependency com.google.truth:truth to v1.4.3
deps: Update Non-major dependencies
Jul 11, 2024
renovate-bot
force-pushed
the
renovate/non-major-dependencies
branch
from
July 11, 2024 22:14
dbb49c7
to
22a1e6a
Compare
trusted-contributions-gcf
bot
added
the
tests: run
Label to trigger Github Action tests.
label
Jul 11, 2024
renovate-bot
force-pushed
the
renovate/non-major-dependencies
branch
from
July 12, 2024 22:50
22a1e6a
to
3a2481b
Compare
trusted-contributions-gcf
bot
added
the
tests: run
Label to trigger Github Action tests.
label
Jul 12, 2024
renovate-bot
force-pushed
the
renovate/non-major-dependencies
branch
from
July 16, 2024 19:56
3a2481b
to
7c949b0
Compare
trusted-contributions-gcf
bot
added
the
tests: run
Label to trigger Github Action tests.
label
Jul 16, 2024
renovate-bot
force-pushed
the
renovate/non-major-dependencies
branch
from
July 17, 2024 23:13
7c949b0
to
6ed96cc
Compare
trusted-contributions-gcf
bot
added
the
tests: run
Label to trigger Github Action tests.
label
Jul 17, 2024
renovate-bot
force-pushed
the
renovate/non-major-dependencies
branch
from
July 18, 2024 23:27
6ed96cc
to
0faf93c
Compare
trusted-contributions-gcf
bot
added
the
tests: run
Label to trigger Github Action tests.
label
Jul 18, 2024
renovate-bot
force-pushed
the
renovate/non-major-dependencies
branch
from
July 19, 2024 14:45
0faf93c
to
a5f3bb4
Compare
trusted-contributions-gcf
bot
added
the
tests: run
Label to trigger Github Action tests.
label
Jul 19, 2024
renovate-bot
force-pushed
the
renovate/non-major-dependencies
branch
2 times, most recently
from
July 26, 2024 01:58
2a10ffc
to
33992a0
Compare
renovate-bot
force-pushed
the
renovate/non-major-dependencies
branch
from
August 1, 2024 03:33
33992a0
to
7c61b66
Compare
renovate-bot
force-pushed
the
renovate/non-major-dependencies
branch
from
August 14, 2024 11:27
7c61b66
to
9b53a75
Compare
renovate-bot
force-pushed
the
renovate/non-major-dependencies
branch
from
August 14, 2024 17:06
9b53a75
to
2a4bc00
Compare
nancynh
approved these changes
Aug 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.10.3
->5.11.0
1.10.3
->1.11.0
1.10.3
->1.11.0
2.41.0
->2.42.0
2.50.0
->2.51.0
1.4.2
->1.4.4
2.0.13
->2.0.16
2.28.0
->2.30.0
1.65.0
->1.66.0
0.24.0
->0.25.0
0.35.0
->0.36.0
3.32.0
->3.33.0
2.28.0
->2.30.0
1.4.3
->1.4.4
1.9.0
->1.10.0
Release Notes
googleapis/sdk-platform-java (com.google.api.grpc:proto-google-common-protos)
v2.42.0
Compare Source
Features
.repo-metadata.json
from highest version (#2890) (f587541)Bug Fixes
Dependencies
17cc5ec
(#2882) (d6abd8e)google/truth (com.google.truth:truth)
v1.4.4
@NullMarked
annotation from individual classes up to the package to avoid a warning under--release 8
. (e107aea
)matches
to conditionally suggest usingcontainsMatch
. (7e9fc7a
)v1.4.3
: 1.4.3ee680cb
)Subject.Factory
methods for Java 8 types. We won't remove them, but you can simplify your code by migrating off them: Just replaceassertAbout(foos()).that(foo)
withassertThat(foo)
(orabout(foos()).that(foo)
withthat(foo)
). (59e7a50
)qos-ch/slf4j (org.slf4j:slf4j-api)
v2.0.16
v2.0.15
google/error-prone (com.google.errorprone:error_prone_annotations)
v2.30.0
: Error Prone 2.30.0Compare Source
New checks:
AutoValueBoxedValues
: Detects unnecessary boxing in AutoValue classes.DefaultLocale
: Detects implicit use of the JVM default locale, which can result in differing behaviour between JVM executions.UnnecessaryBreakInSwitch
: Remove unnecessarybreak
statements in->
switches.Closed issues: #632, #4487
Full changelog: google/error-prone@v2.29.2...v2.30.0
v2.29.2
: Error Prone 2.29.2This release contains all of the changes in 2.29.0 and 2.29.1, plus:
TraditionalSwitchExpression
(https://github.com/google/error-prone/issues/4479)module-info
for the annotations jar, which was accidentally removed (https://github.com/google/error-prone/issues/4480)Full Changelog: google/error-prone@v2.29.1...v2.29.2
v2.29.1
: Error Prone 2.29.1This release contains all of the changes in 2.29.0, plus:
UnusedVariable
to handle unnamed_
variables (https://github.com/google/error-prone/issues/4451)SetUnrecognized
(https://github.com/google/error-prone/issues/4475)Full Changelog: google/error-prone@v2.29.0...v2.29.1
v2.29.0
: Error Prone 2.29.0New checks:
MissingRuntimeRetention
SetUnrecognized
StatementSwitchToExpressionSwitch
Closed issues: #4318, #4429, #4467
Full Changelog: google/error-prone@v2.28.0...v2.29.0
grpc/grpc-java (io.grpc:grpc-bom)
v1.66.0
Compare Source
v1.65.1
googleapis/google-cloud-java (com.google.cloud:google-cloud-alloydb-connectors-bom)
v0.25.0
: 0.25.0Compare Source
BigQuery:
Example:
Firestore:
Logging:
flushSize
logging configuration parameterPubSub:
Spanner:
Storage:
Video intelligence:
googleapis/java-shared-config (com.google.cloud:google-cloud-shared-config)
v1.10.0
Compare Source
Features
Bug Fixes
v1.9.1
Compare Source
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.