Skip to content

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

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

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 26, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.assertj:assertj-core (source) 3.25.3 -> 3.26.0 age adoption passing confidence

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot enabled auto-merge (squash) May 26, 2024 11:12
@renovate renovate bot force-pushed the renovate/assertj branch from 77dd147 to 66a6156 Compare May 27, 2024 11:47
@renovate renovate bot force-pushed the renovate/assertj branch 4 times, most recently from a35e27d to 45cf9f3 Compare May 31, 2024 13:50
@renovate renovate bot force-pushed the renovate/assertj branch from 45cf9f3 to dbecf74 Compare June 1, 2024 02:47
@Yang-33 Yang-33 closed this Jun 4, 2024
auto-merge was automatically disabled June 4, 2024 06:04

Pull request was closed

Copy link
Contributor Author

renovate bot commented Jun 4, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (3.26.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/assertj branch June 4, 2024 06:05
Yang-33 added a commit that referenced this pull request Jun 4, 2024
#1338 failed because the
former of `catchThrowableOfType` has been deprecated. We should use the
latter.
```java
    @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) { ... }
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant