-
Notifications
You must be signed in to change notification settings - Fork 32
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
test(deps): update dependency com.google.truth:truth to v1.4.4 #1430
Merged
sydney-munro
merged 1 commit into
googleapis:main
from
renovate-bot:renovate/com.google.truth-truth-1.x
Jul 24, 2024
Merged
test(deps): update dependency com.google.truth:truth to v1.4.4 #1430
sydney-munro
merged 1 commit into
googleapis:main
from
renovate-bot:renovate/com.google.truth-truth-1.x
Jul 24, 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
/gcbrun |
trusted-contributions-gcf
bot
added
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Jun 27, 2024
product-auto-label
bot
added
the
api: storage
Issues related to the googleapis/java-storage-nio API.
label
Jun 27, 2024
yoshi-kokoro
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Jun 27, 2024
renovate-bot
force-pushed
the
renovate/com.google.truth-truth-1.x
branch
from
June 27, 2024 18:27
bf317d4
to
92a783c
Compare
/gcbrun |
trusted-contributions-gcf
bot
added
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Jun 27, 2024
yoshi-kokoro
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Jun 27, 2024
renovate-bot
force-pushed
the
renovate/com.google.truth-truth-1.x
branch
from
June 27, 2024 18:43
92a783c
to
7c9b5e3
Compare
/gcbrun |
trusted-contributions-gcf
bot
added
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Jun 27, 2024
yoshi-kokoro
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Jun 27, 2024
renovate-bot
force-pushed
the
renovate/com.google.truth-truth-1.x
branch
from
July 14, 2024 08:56
7c9b5e3
to
11f04e7
Compare
renovate-bot
changed the title
test(deps): update dependency com.google.truth:truth to v1.4.3
test(deps): update dependency com.google.truth:truth to v1.4.4
Jul 14, 2024
/gcbrun |
trusted-contributions-gcf
bot
added
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Jul 14, 2024
yoshi-kokoro
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Jul 14, 2024
sydney-munro
added
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Jul 15, 2024
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Jul 15, 2024
renovate-bot
force-pushed
the
renovate/com.google.truth-truth-1.x
branch
from
July 17, 2024 21:54
11f04e7
to
b7838b2
Compare
/gcbrun |
trusted-contributions-gcf
bot
added
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Jul 17, 2024
yoshi-kokoro
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Jul 17, 2024
|
Added a follow-up googleapis/sdk-platform-java#3063 |
renovate-bot
force-pushed
the
renovate/com.google.truth-truth-1.x
branch
from
July 24, 2024 16:04
b7838b2
to
3a1dffb
Compare
Checked the "rebase" option. |
/gcbrun |
trusted-contributions-gcf
bot
added
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Jul 24, 2024
yoshi-kokoro
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Jul 24, 2024
"Unmanaged dependency check / unmanaged_dependency_check" passed. |
sydney-munro
approved these changes
Jul 24, 2024
sydney-munro
added
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Jul 24, 2024
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Jul 24, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
api: storage
Issues related to the googleapis/java-storage-nio API.
size: xs
Pull request size is extra small.
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:
1.4.2
->1.4.4
Release Notes
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
)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 was generated by Mend Renovate. View the repository job log.