Conversation
|
🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use -- conventional-commit-lint bot |
|
Now the unit tests do not finish for ConformanceTest. My local run: Even after I skip ConformanceTest ( |
| <artifactId>mockito-all</artifactId> | ||
| <version>1.10.19</version> | ||
| <artifactId>mockito-core</artifactId> | ||
| <version>4.11.0</version> |
There was a problem hiding this comment.
This 4.11.0 is on par with java-storage's setup https://github.com/googleapis/java-storage/blob/6d4f851d96cac6c40f214e4d3de032e0500ba7a0/pom.xml#L108
|
@tom-andersen If you can make this Mockito upgrade work (which is great), then the profile added in #1343 (merged) can be removed. |
|
Continuing PR in different branch: |
Fixes #1342
Another approach than #1343