Project:
View Revisions: Issue #52935 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0052935: Mockito update with Hibernate dependency on byte-buddy | ||
Revision | 2023-09-08 08:36 by ablasco | ||
Description | Update Mockito version from 4.4 to 4.11 and byte.buddy.agent to 1.12.18 ( current 1.11.20 ). But current Hibernate has a related dependency with byte.buddy 1.12.18. When Hibernate update finish, and a new byte-buddy version is supported for both, we should update mockito in order to use the same version. - Update byte-buddy-agent 1.12.18 used in the same mockito lib/test folder - Update byte-buddy used in lib/runtime |
||
Revision | 2023-09-05 20:18 by ablasco | ||
Description | Mockito version 5.3.1 requires byte.buddy 1.14.40 But current Hibernate has the same dependency with byte.buddy 1.11.20. When Hibernate update finish, and a new byte-buddy version is supported for both, we should update mockito in order to use the same version. - Mockito 5 does not require mockito-inline. - byte-buddy-agent is used in the same mockito lib/test folder - byte-buddy updated is used in lib/runtime |
Copyright © 2000 - 2009 MantisBT Group |