Skip to content

fix(deps): update dependency org.assertj:assertj-core to v3.26.0 #1339

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

Merged
merged 2 commits into from
Jun 4, 2024

Conversation

Yang-33
Copy link
Contributor

@Yang-33 Yang-33 commented May 28, 2024

#1338 failed because the former of catchThrowableOfType has been deprecated. We should use the latter.

    @java.lang.Deprecated
    public static <THROWABLE extends java.lang.Throwable> THROWABLE catchThrowableOfType(org.assertj.core.api.ThrowableAssert.ThrowingCallable shouldRaiseThrowable, java.lang.Class<THROWABLE> type) { ... }

    public static <THROWABLE extends java.lang.Throwable> THROWABLE catchThrowableOfType(java.lang.Class<THROWABLE> type, org.assertj.core.api.ThrowableAssert.ThrowingCallable shouldRaiseThrowable) { ... }

@Yang-33 Yang-33 requested review from mokuzon and habara-k May 28, 2024 14:05
@Yang-33 Yang-33 enabled auto-merge (squash) June 4, 2024 06:03
@Yang-33 Yang-33 merged commit 27baf12 into master Jun 4, 2024
7 checks passed
@Yang-33 Yang-33 deleted the assertj branch June 4, 2024 06:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants