harikrishna-patnala commented on code in PR #7577:
URL: https://github.com/apache/cloudstack/pull/7577#discussion_r1212784305


##########
pom.xml:
##########
@@ -113,7 +113,7 @@
         <cs.junit.dataprovider.version>1.13.1</cs.junit.dataprovider.version>
         <cs.junit.jupiter.version>5.9.1</cs.junit.jupiter.version>
         <cs.guava-testlib.version>18.0</cs.guava-testlib.version>
-        <cs.mockito.version>3.2.4</cs.mockito.version>

Review Comment:
   we may also need the following change, so mockstatic() can be used with 
Mockito itself.
   
   ```
   - <artifactId>mockito-core</artifactId>
   + <artifactId>mockito-inline</artifactId>
   ```
   
   Let's first run tests and see nothing is broken



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to