IBM / cloudant-java-sdk

Cloudant SDK for Java
Apache License 2.0
22 stars 17 forks source link

build(deps-dev): update mockito to 5.4.0 #455

Closed ricellis closed 1 year ago

ricellis commented 1 year ago

PR summary

Update mockito to 5.4.0

PR Checklist

Please make sure that your PR fulfills the following requirements:

PR Type

What is the current behavior?

Mockito 5.2

This version cannot be updated automatically by dependabot because of the mockito-inline dependency. That behaviour is default since 5.0, but the artifact was published anyway until Mockito 5.3.

What is the new behavior?

Remove obsolete mockito-inline dependency and update to 5.4.0.

Does this PR introduce a breaking change?

Other information