Commit 8574fc5
committed
fix: upgrade Mockito and JaCoCo for Java 25 compatibility
Mockito 5.20.0 and JaCoCo 0.8.12 both bundle an ASM version that does
not recognize Java 25 class file format (major version 69), causing
IllegalArgumentException at test time. Upgrading to versions released
after Java 25 GA resolves the issue.
- mockito: 5.20.0 → 5.23.0
- jacoco-maven-plugin: 0.8.12 → 0.8.141 parent d837ef0 commit 8574fc5
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
454 | 454 | | |
455 | 455 | | |
456 | 456 | | |
457 | | - | |
| 457 | + | |
458 | 458 | | |
459 | 459 | | |
460 | 460 | | |
| |||
0 commit comments