Fixes ISSUE-52900 Mockito5.3.1 --> Mockito 4.4.0 downgrade in order to avoid...
Fixes ISSUE-52900 Mockito5.3.1 --> Mockito 4.4.0 downgrade in order to avoid duplicate byte-buddy1.14.5 in lib/test and byte-buddy1.11.20 with Hibernate in lib/runtime
Try-Platform Base : https://builds.openbravo.com/job/mod-platform-base/608/
Libraries Summary
Library | License | JDK Version | Comments |
---|---|---|---|
mockito-core-4.4.0.jar | MIT | Java 11 (55) | |
mockito-inline-4.4.0.jar | MIT | Java 11 (55) | |
byte-buddy-1.11.20.jar | Apache 2.0 | Java 6 (50) | Not added. Using core's version 1.11.20 |
byte-buddy-agent-1.11.20.jar | Apache 2.0 | Java 5 (49) | Using version 1.11.20 instead to be consistent with the version of byte-buddy that we have in core |
objenesis-3.3.jar | Apache 2.0 | Java 8 (52) |
-
The following warning appears after executing a test having mockito-inline
: OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
Mockito version will be updated after Hibernate update.
Edited by Adrián Blasco