Commit e7e1d98
Fix pitest dependency resolution by using stable runtime version (opensearch-project#5143)
The pitest RC runtime artifacts (pitest-command-line:1.19.0-rc.2) are
not published to Maven Central, causing dependency resolution failures.
Update pitestVersion to 1.22.1 (latest stable) and junit5PluginVersion
to 1.2.1 while keeping the Gradle plugin at 1.19.0-rc.2 for Gradle 9
compatibility.
Signed-off-by: Vamsi Manohar <reddyvam@amazon.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent b4df010 commit e7e1d98
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments