Commit 4687514
authored
Use version pattern in noDependencyManagementSection test (#7475)
ChangeDependencyGroupIdAndArtifactIdTest.noDependencyManagementSection
hardcoded the post-recipe junit-jupiter version as 5.14.3, but the
recipe resolves "5.x" against Maven Central at runtime. Every new
junit-jupiter 5.x patch release breaks CI for every PR until someone
bumps the literal. The most recent break is 5.14.4, published earlier
today.
Switch the assertion to a regex pattern matching any 5.x.x release,
following the convention established in #6799 / #6856.1 parent e1abb30 commit 4687514
1 file changed
Lines changed: 4 additions & 16 deletions
File tree
- rewrite-maven/src/test/java/org/openrewrite/maven
Lines changed: 4 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3836 | 3836 | | |
3837 | 3837 | | |
3838 | 3838 | | |
3839 | | - | |
3840 | | - | |
3841 | | - | |
3842 | | - | |
3843 | | - | |
3844 | | - | |
3845 | | - | |
3846 | | - | |
3847 | | - | |
3848 | | - | |
3849 | | - | |
3850 | | - | |
3851 | | - | |
3852 | | - | |
3853 | | - | |
3854 | | - | |
| 3839 | + | |
| 3840 | + | |
| 3841 | + | |
| 3842 | + | |
3855 | 3843 | | |
3856 | 3844 | | |
3857 | 3845 | | |
| |||
0 commit comments