Commit c3604ea
committed
Update dependencies for Groovy 4 and Java 17 compatibility
Fixed test failures caused by incompatible test dependencies for Java 17.
Changes:
- Groovy: 3.0.22 → 4.0.29 (org.apache.groovy)
- Spock: 2.0-groovy-3.0 → 2.3-groovy-4.0
- rundeck-core: 5.16.0 → 6.0.0-alpha1-20260407
- Replaced cglib-nodep 3.3.0 with byte-buddy 1.14.11 (cglib doesn't support Java 17)
- objenesis: 1.4 → 3.3
The cglib "Unsupported class file major version 61" error is resolved by using
ByteBuddy, which is the recommended mock framework for Spock on Java 17+.1 parent c9b877b commit c3604ea
1 file changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments